Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
skip musllinux-i686
  • Loading branch information
hiaselhans committed Oct 31, 2022
commit 419f7a73ca97e80c6c991b65c80c513831834e16
3 changes: 2 additions & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ jobs:
- name: Build wheels
run: python -m cibuildwheel --output-dir wheelhouse
# to supply options, put them in 'env', like:
# env:
env:
CIBW_SKIP: "*-musllinux_i686"
# CIBW_SOME_OPTION: value

- uses: actions/upload-artifact@v3
Expand Down