Skip to content

Commit

Permalink
Don't build powerpc wheels for musl
Browse files Browse the repository at this point in the history
  • Loading branch information
jdavid committed Mar 5, 2024
1 parent b45abea commit 2d04896
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
requires = ["setuptools", "wheel"]

[tool.cibuildwheel]
skip = "pp3* *musllinux_aarch64"
skip = "pp3* *musllinux_aarch64 *musllinux_ppc64le"

archs = ["auto"]
build-frontend = "default"
Expand Down

0 comments on commit 2d04896

Please sign in to comment.