Skip to content

Commit e183891

Browse files
committed
Add support for additional architectures in cibuildwheel configuration
Co-authored by: nijincheng@iscas.ac.cn;
1 parent 327c4b9 commit e183891

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
@@ -57,7 +57,7 @@ environment-pass = [
5757
before-build = "bash ci-before-build.sh"
5858
repair-wheel-command = "bash ci-repair-wheel.sh {dest_dir} {wheel}"
5959
test-command = "cd {package} && bash ci-test.sh "
60-
archs = ["x86_64", "aarch64", "i686"]
60+
archs = ["x86_64", "aarch64", "i686", "ppc64le", "s390x"]
6161

6262
[tool.cibuildwheel.macos]
6363
before-build = "bash ci-before-build.sh"

0 commit comments

Comments
 (0)