From 37e6f3d5f525f56c559d5e18f2a85caa6ae75643 Mon Sep 17 00:00:00 2001 From: Leo Singer Date: Tue, 1 Aug 2023 09:36:15 -0400 Subject: [PATCH] Reinstate musllinux and PyPy wheels --- .github/workflows/cibuildwheel.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/cibuildwheel.yml b/.github/workflows/cibuildwheel.yml index f1e74fa..b757eba 100644 --- a/.github/workflows/cibuildwheel.yml +++ b/.github/workflows/cibuildwheel.yml @@ -54,10 +54,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: