Skip to content

Commit d96d420

Browse files
authored
Fix linux wheel builds (#9)
1 parent bc63702 commit d96d420

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-wheels.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
name: Build wheels for ${{ matrix.os }}
1010
runs-on: ${{ matrix.os }}
1111
env:
12-
CIBW_SKIP: "cp36-*"
12+
CIBW_SKIP: "cp36-* *-musl*"
1313
strategy:
1414
fail-fast: false
1515
matrix:

0 commit comments

Comments
 (0)