Skip to content

Commit 2d04896

Browse files
committed
Don't build powerpc wheels for musl
1 parent b45abea commit 2d04896

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
@@ -2,7 +2,7 @@
22
requires = ["setuptools", "wheel"]
33

44
[tool.cibuildwheel]
5-
skip = "pp3* *musllinux_aarch64"
5+
skip = "pp3* *musllinux_aarch64 *musllinux_ppc64le"
66

77
archs = ["auto"]
88
build-frontend = "default"

0 commit comments

Comments
 (0)