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 5ed2ae5 commit 02b7879Copy full SHA for 02b7879
1 file changed
pyproject.toml
@@ -25,6 +25,7 @@ manylinux-pypy_x86_64-image = "manylinux_2_28"
25
manylinux-pypy_aarch64-image = "manylinux_2_28"
26
27
[tool.cibuildwheel.windows]
28
+before-build = "pip install setuptools cython delocate"
29
repair-wheel-command = "python.exe setup.py repair_win_wheel --destdir={dest_dir} --wheel={wheel}"
30
31
[tool.cibuildwheel.linux]
0 commit comments