Skip to content

Commit 3fb487d

Browse files
committed
Not building for musllinux
1 parent 242a546 commit 3fb487d

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
@@ -143,4 +143,4 @@ docstring-code-line-length = "dynamic"
143143

144144
[tool.cibuildwheel]
145145
# Skip building for PyPy, python 3.6/7/8 and 13t, and 32-bit platforms.
146-
skip = ["pp*", "cp36-*", "cp37-*", "cp38-*", "*-win32", "*-manylinux_i686"]
146+
skip = ["pp*", "cp36-*", "cp37-*", "cp38-*", "*-win32", "*linux_i686", "*musllinux*"]

0 commit comments

Comments
 (0)