Skip to content

Commit

Permalink
Do not build musllinux
Browse files Browse the repository at this point in the history
  • Loading branch information
theCapypara committed Mar 17, 2024
1 parent 3764b29 commit 065acac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ jobs:
- name: Build wheels
run: python -m cibuildwheel --output-dir dist
env:
CIBW_SKIP: "*musllinux*"
CIBW_BEFORE_ALL_LINUX: "curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain stable -y"
CIBW_ENVIRONMENT_LINUX: 'PATH="$PATH:$HOME/.cargo/bin"'
- name: Upload wheels
Expand Down

0 comments on commit 065acac

Please sign in to comment.