Skip to content

Commit 65d6696

Browse files
committed
BLD: Skip building of musllinux wheels
1 parent f039ca7 commit 65d6696

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ plugins = ["Cython.Coverage"]
6666

6767

6868
[tool.cibuildwheel]
69-
skip = "pp3*"
69+
skip = ["pp3*", "*-musllinux*"]
7070
test-command = [
7171
"cd ~",
7272
"""python -c '\

0 commit comments

Comments
 (0)