We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efda3b4 commit 20c3bf4Copy full SHA for 20c3bf4
pyproject.toml
@@ -52,5 +52,16 @@ musllinux-aarch64-image = "musllinux_1_2"
52
musllinux-ppc64le-image = "musllinux_1_2"
53
musllinux-s390x-image = "musllinux_1_2"
54
55
+
56
+[tool.cibuildwheel.linux]
57
+repair-wheel-command = "auditwheel repair -w {dest_dir} {wheel}"
58
59
+[tool.cibuildwheel.macos]
60
+repair-wheel-command = "delocate-wheel --require-archs {delocate_archs} -w {dest_dir} -v {wheel}"
61
62
+[tool.cibuildwheel.windows]
63
64
+[tool.cibuildwheel.pyodide]
65
66
[tool.isort]
67
profile = "black"
0 commit comments