diff --git a/.github/workflows/publish_to_pypi.yaml b/.github/workflows/publish_to_pypi.yaml index 71ae5132..8c3da846 100644 --- a/.github/workflows/publish_to_pypi.yaml +++ b/.github/workflows/publish_to_pypi.yaml @@ -21,8 +21,8 @@ jobs: - name: Build wheels uses: pypa/cibuildwheel@v2.16.2 env: - # Skip CPython 3.6, 3.7, 3.8, 3.12, PyPy, and 32-bit - CIBW_SKIP: "cp36-* cp37-* cp38-* cp312-* pp* *-manylinux_i686" + # Skip CPython 3.6, 3.7, 3.8, 3.12, PyPy, 32-bit, and musl + CIBW_SKIP: "cp36-* cp37-* cp38-* cp312-* pp* *i686 *musllinux*" - uses: actions/upload-artifact@v3 with: