Skip to content

Commit b7a2870

Browse files
committed
Reinstate musllinux and PyPy wheels
1 parent 6ab571f commit b7a2870

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/cibuildwheel.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,8 @@ jobs:
4747
env:
4848
CIBW_ARCHS_LINUX: auto aarch64
4949
CIBW_ENVIRONMENT_MACOS: F77=gfortran-11 F90=gfortran-11
50-
# Skip musllinux wheels, which take a long time to build because Numpy must be built from source
51-
# Skip PyPy wheels
5250
# Skip 32-bit Intel wheels
53-
CIBW_SKIP: '*musllinux* pp* *_i686'
51+
CIBW_SKIP: '*_i686'
5452

5553
- uses: actions/upload-artifact@v3
5654
with:

0 commit comments

Comments
 (0)