Skip to content

Commit

Permalink
Skip musl libc builds
Browse files Browse the repository at this point in the history
  • Loading branch information
davecwright3 committed Feb 19, 2024
1 parent bb43218 commit 83f3eab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish_to_pypi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:
- name: Build wheels
uses: pypa/[email protected]
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:
Expand Down

0 comments on commit 83f3eab

Please sign in to comment.