diff --git a/.github/workflows/build_wheels.yml b/.github/workflows/build_wheels.yml index cbe2aa5..8246624 100644 --- a/.github/workflows/build_wheels.yml +++ b/.github/workflows/build_wheels.yml @@ -17,7 +17,7 @@ jobs: uses: pypa/cibuildwheel@v2.3.1 env: CIBW_ARCHS: native - CIBW_SKIP: "*-musllinux_*" + CIBW_SKIP: "pp* *-musllinux_*" CIBW_TEST_REQUIRES: pytest CIBW_TEST_COMMAND: python {package}/test/debug.py 100 && pytest {package}