Skip to content

Commit 0fbf892

Browse files
committed
Build musl wheels only for x86_64 arch
1 parent 82b1cb1 commit 0fbf892

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
requires = ["setuptools", "wheel"]
33

44
[tool.cibuildwheel]
5-
skip = "pp3*"
5+
skip = "pp3* *musllinux_aarch64"
66

77
archs = ["auto"]
88
build-frontend = "default"
@@ -17,7 +17,6 @@ archs = ["x86_64", "aarch64"]
1717

1818
[[tool.cibuildwheel.overrides]]
1919
select = "*-musllinux*"
20-
archs = ["x86_64"]
2120
repair-wheel-command = "LD_LIBRARY_PATH=/project/ci/lib auditwheel repair -w {dest_dir} {wheel}"
2221

2322
[tool.cibuildwheel.macos]

0 commit comments

Comments
 (0)