Skip to content

Commit b45abea

Browse files
committed
add ppc64le manylinux wheels
It would be great to have ppc64le manylinux wheels available on PyPI.
1 parent c174e35 commit b45abea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ before-all = "sh build.sh"
1313

1414
[tool.cibuildwheel.linux]
1515
repair-wheel-command = "LD_LIBRARY_PATH=/project/ci/lib64 auditwheel repair -w {dest_dir} {wheel}"
16-
archs = ["x86_64", "aarch64"]
16+
archs = ["x86_64", "aarch64", "ppc64le"]
1717

1818
[[tool.cibuildwheel.overrides]]
1919
select = "*-musllinux*"

0 commit comments

Comments
 (0)