Skip to content

Commit 766b7ce

Browse files
committed
cibuildwheel: skip building for manylinux_i686 and muslinux platforms
1 parent 07fc119 commit 766b7ce

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,3 +110,4 @@ line-ending = "auto" # Like Black, automatically detect the appropr
110110

111111
[tool.cibuildwheel]
112112
build = ["cp38-*", "cp39-*", "cp310-*", "cp311-*", "cp312-*"]
113+
skip = ["*-manylinux_i686", "*-muslinux*"]

0 commit comments

Comments
 (0)