We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82b1cb1 commit 0fbf892Copy full SHA for 0fbf892
pyproject.toml
@@ -2,7 +2,7 @@
2
requires = ["setuptools", "wheel"]
3
4
[tool.cibuildwheel]
5
-skip = "pp3*"
+skip = "pp3* *musllinux_aarch64"
6
7
archs = ["auto"]
8
build-frontend = "default"
@@ -17,7 +17,6 @@ archs = ["x86_64", "aarch64"]
17
18
[[tool.cibuildwheel.overrides]]
19
select = "*-musllinux*"
20
-archs = ["x86_64"]
21
repair-wheel-command = "LD_LIBRARY_PATH=/project/ci/lib auditwheel repair -w {dest_dir} {wheel}"
22
23
[tool.cibuildwheel.macos]
0 commit comments