We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc63702 commit d96d420Copy full SHA for d96d420
.github/workflows/release-wheels.yml
@@ -9,7 +9,7 @@ jobs:
9
name: Build wheels for ${{ matrix.os }}
10
runs-on: ${{ matrix.os }}
11
env:
12
- CIBW_SKIP: "cp36-*"
+ CIBW_SKIP: "cp36-* *-musl*"
13
strategy:
14
fail-fast: false
15
matrix:
0 commit comments