Skip to content

Commit

Permalink
Avoid building musllinux wheels (#634)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdraco authored Nov 11, 2023
1 parent 2b219f7 commit 712efb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Build wheels
uses: pypa/cibuildwheel@v2.16.2
env:
CIBW_SKIP: cp36-* cp37-* cp38-* cp39-* cp310-* pp*
CIBW_SKIP: cp36-* cp37-* cp38-* cp39-* cp310-* pp* *musllinux*
CIBW_BEFORE_ALL_LINUX: apt-get install -y gcc || yum install -y gcc || apk add gcc
CIBW_BUILD_VERBOSITY: 3
CIBW_ARCHS_LINUX: auto aarch64
Expand Down

0 comments on commit 712efb9

Please sign in to comment.