We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0b832f commit 710d497Copy full SHA for 710d497
.github/workflows/all.yml
@@ -762,7 +762,7 @@ jobs:
762
CIBW_BUILD: ${{ matrix.build }}
763
CIBW_ARCHS_WINDOWS: auto # Allow 32-bit Windows builds
764
CIBW_ARCHS_LINUX: auto64 aarch64 # Useful for building linux images with Apple Silicon
765
- CIBW_ARCHS_MACOS: x86_64 arm64 # Support Apple Silicon
+ CIBW_ARCHS_MACOS: x86_64 arm64 universal2 # Support Apple Silicon
766
# on macOS and with Python 3.10: building NumPy from source fails without these options:
767
CIBW_ENVIRONMENT: NPY_BLAS_ORDER="" NPY_LAPACK_ORDER="" CIBW_BUILD="${{ matrix.build }}"
768
CIBW_REPAIR_WHEEL_COMMAND_LINUX: pip install auditwheel-symbols && (auditwheel repair -w {dest_dir} {wheel} || auditwheel-symbols --manylinux 2010 {wheel})
0 commit comments