Skip to content

Commit 690af80

Browse files
committed
wheel: add .local/bin to PATH on Windows
1 parent 006dcf0 commit 690af80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ before-all = "bin/cibw_before_all_macosx_$(uname -m).sh"
9191
[tool.cibuildwheel.windows]
9292
before-all = "C:\\msys64\\usr\\bin\\bash bin/cibw_before_all_windows.sh"
9393
before-build = "pip install delvewheel"
94-
repair-wheel-command = "delvewheel repair -w {dest_dir} {wheel}"
94+
repair-wheel-command = "delvewheel repair -w {dest_dir} {wheel} --add-path .local/bin"
9595

9696
# Previously with setuptools and MinGW it was necessary to run
9797
# bin/cibw_before_build_windows.sh before building the wheel to create the

0 commit comments

Comments
 (0)