Skip to content

Commit

Permalink
Update pypi.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxHalford committed Dec 3, 2023
1 parent 977a5b4 commit b4f0b39
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,15 +46,14 @@ jobs:
# TODO
# CIBW_BUILD: "cp39-* cp310-* cp311-* cp312-*"
CIBW_BUILD: "cp311-*"
# rust doesn't seem to be available for musl linux on i686
CIBW_SKIP: "*-musllinux_i686"
# we build for "alt_arch_name" if it exists, else 'auto
CIBW_ARCHS_LINUX: "x86_64 i686 aarch64 ppc64le s390x"
# We don't build arm64 and universal2 wheels yet because there's an issue with Poetry.
# More information here: https://cibuildwheel.readthedocs.io/en/stable/faq/#how-to-cross-compile (CTRL + F "poetry")
CIBW_ARCHS_MACOS: "x86_64"
# We don't build ARM64 wheels yet because there's a Rust issue
CIBW_ARCHS_WINDOWS: "AMD64 x86"
# Rust doesn't seem to be available for musl linux on i686 and ppc64le
CIBW_SKIP: "*-musllinux_i686 *-musllinux_ppc64le"

CIBW_MANYLINUX_X86_64_IMAGE: "manylinux2014"
CIBW_MANYLINUX_I686_IMAGE: "manylinux2014"
Expand Down

0 comments on commit b4f0b39

Please sign in to comment.