Skip to content

Commit

Permalink
disabling musllinux
Browse files Browse the repository at this point in the history
  • Loading branch information
Skelsec committed Dec 1, 2023
1 parent 7870004 commit 0d8b582
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
CIBW_BEFORE_ALL_LINUX: "curl --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y"
CIBW_ENVIRONMENT: 'PATH="$PATH:$HOME/.cargo/bin"'
CIBW_PRERELEASE_PYTHONS: False
CIBW_SKIP: "*-win32 *-musllinux_*"
# ...
with:
package-dir: .
Expand Down

0 comments on commit 0d8b582

Please sign in to comment.