Skip to content

Commit

Permalink
Disable universal wheels to save PyPI space.
Browse files Browse the repository at this point in the history
  • Loading branch information
psobot authored Sep 16, 2024
1 parent 30649e1 commit 1b137cd
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -698,13 +698,13 @@ jobs:
- { os: macos-12, build: cp312-macosx_x86_64 }
- { os: macos-12, build: cp313-macosx_x86_64 }
- { os: macos-12, build: cp313t-macosx_x86_64 }
- { os: macos-12, build: cp38-macosx_universal2 }
- { os: macos-12, build: cp39-macosx_universal2 }
- { os: macos-12, build: cp310-macosx_universal2 }
- { os: macos-12, build: cp311-macosx_universal2 }
- { os: macos-12, build: cp312-macosx_universal2 }
- { os: macos-12, build: cp313-macosx_universal2 }
- { os: macos-12, build: cp313t-macosx_universal2 }
# - { os: macos-12, build: cp38-macosx_universal2 }
# - { os: macos-12, build: cp39-macosx_universal2 }
# - { os: macos-12, build: cp310-macosx_universal2 }
# - { os: macos-12, build: cp311-macosx_universal2 }
# - { os: macos-12, build: cp312-macosx_universal2 }
# - { os: macos-12, build: cp313-macosx_universal2 }
# - { os: macos-12, build: cp313t-macosx_universal2 }
- { os: macos-12, build: cp38-macosx_arm64 }
- { os: macos-12, build: cp39-macosx_arm64 }
- { os: macos-12, build: cp310-macosx_arm64 }
Expand Down Expand Up @@ -789,7 +789,7 @@ jobs:
CIBW_BUILD: ${{ matrix.build }}
CIBW_ARCHS_WINDOWS: auto # Allow 32-bit Windows builds
CIBW_ARCHS_LINUX: auto64 aarch64 # Useful for building linux images with Apple Silicon
CIBW_ARCHS_MACOS: x86_64 universal2 arm64 # Support Apple Silicon
CIBW_ARCHS_MACOS: x86_64 arm64 # Support Apple Silicon
# on macOS and with Python 3.10: building NumPy from source fails without these options:
CIBW_ENVIRONMENT: NPY_BLAS_ORDER="" NPY_LAPACK_ORDER="" CIBW_BUILD="${{ matrix.build }}"
CIBW_REPAIR_WHEEL_COMMAND_LINUX: pip install auditwheel-symbols && (auditwheel repair -w {dest_dir} {wheel} || auditwheel-symbols --manylinux 2010 {wheel})
Expand Down

0 comments on commit 1b137cd

Please sign in to comment.