Skip to content

Commit 02b7879

Browse files
committed
install build tools so there are present for repair command
1 parent 5ed2ae5 commit 02b7879

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ manylinux-pypy_x86_64-image = "manylinux_2_28"
2525
manylinux-pypy_aarch64-image = "manylinux_2_28"
2626

2727
[tool.cibuildwheel.windows]
28+
before-build = "pip install setuptools cython delocate"
2829
repair-wheel-command = "python.exe setup.py repair_win_wheel --destdir={dest_dir} --wheel={wheel}"
2930

3031
[tool.cibuildwheel.linux]

0 commit comments

Comments
 (0)