Skip to content

Commit

Permalink
don't build wheels for PyPy, musllinux, or 32-bit Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
whitews committed Oct 8, 2023
1 parent 32a288f commit e9c4a06
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
env:
CIBW_BUILD: 'cp38-* cp39-* cp310-* cp311-* cp312-*'
CIBW_ARCHS_MACOS: x86_64 arm64
CIBW_SKIP: pp* *-musllinux_* *-manylinux_i686 # skip PyPy, musllinux, 32-bit Linux
run: |
pip install cibuildwheel --upgrade;
python -m cibuildwheel --output-dir dist;
Expand Down

0 comments on commit e9c4a06

Please sign in to comment.