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 14babe0 commit 9547a8cCopy full SHA for 9547a8c
1 file changed
pyproject.toml
@@ -76,3 +76,5 @@ archs = ["x86_64", "aarch64"]
76
77
[tool.cibuildwheel.windows]
78
archs = ["AMD64"]
79
+before-build = "pip install delvewheel"
80
+repair-wheel-command = "delvewheel repair -w {dest_dir} {wheel}"
0 commit comments