Skip to content

Commit bfd03e4

Browse files
committed
Don't build powerpc wheels for musl
1 parent 2d16b81 commit bfd03e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: pyproject.toml

+1-1
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)