Skip to content

Commit 043ec9a

Browse files
committed
more explicit skips for musllinux in cibuildwheel config
1 parent d812c61 commit 043ec9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ mkdocstrings = {extras = ["python"], version = "^0.27.0"}
4141
[tool.cibuildwheel]
4242
build = "cp311-* cp312-* cp313-*"
4343
manylinux-x86_64-image = "ghcr.io/virtualcell/manylinux_2_28_x86_64:0.0.1"
44-
skip = "musllinux*"
44+
skip = "cp311-musllinux_x86_64 cp312-musllinux_x86_64 cp313-musllinux_x86_64"
4545

4646
[tool.cibuildwheel.linux]
4747
archs = ["x86_64"]

0 commit comments

Comments
 (0)