Skip to content

Commit

Permalink
Reinstate musllinux and PyPy wheels
Browse files Browse the repository at this point in the history
  • Loading branch information
lpsinger committed Feb 1, 2024
1 parent 1c88af8 commit 45ae2c1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/cibuildwheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,8 @@ jobs:
CIBW_ARCHS_LINUX: auto aarch64
CIBW_ARCHS_WINDOWS: AMD64
CIBW_ENVIRONMENT_MACOS: FC=gfortran-11
# Skip musllinux wheels, which take a long time to build because Numpy must be built from source
# Skip PyPy wheels
# Skip 32-bit Intel wheels
CIBW_SKIP: '*musllinux* pp* *_i686'
CIBW_SKIP: '*_i686'

- uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 45ae2c1

Please sign in to comment.