diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 29e175372b..d235324197 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -258,7 +258,7 @@ jobs: run: | python -m cibuildwheel --output-dir wheelhouse env: - CIBW_SKIP: cp36-* cp37-* cp39-* cp310-* cp311-* pp* *win32 + CIBW_SKIP: cp36-* cp37-* cp39-* cp310-* cp311-* pp* *win32 *musl* CIBW_ARCHS_LINUX: ppc64le - uses: actions/upload-artifact@v3 with: