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 2, 2023
1 parent 8f7ed9f commit 1bed0ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ jobs:
# CIBW_SKIP: "*-musllinux_{i686,aarch64}"
# 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 wheels yet because there's an issue with Poetry.
# 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 universal2"
CIBW_ARCHS_MACOS: "x86_64"
CIBW_ARCHS_WINDOWS: "AMD64 x86 ARM64"

CIBW_MANYLINUX_X86_64_IMAGE: "manylinux2014"
Expand Down

0 comments on commit 1bed0ad

Please sign in to comment.