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 4, 2024
1 parent 2d16b81 commit bfd03e4
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 bfd03e4

Please sign in to comment.