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 006dcf0 commit 690af80Copy full SHA for 690af80
pyproject.toml
@@ -91,7 +91,7 @@ before-all = "bin/cibw_before_all_macosx_$(uname -m).sh"
91
[tool.cibuildwheel.windows]
92
before-all = "C:\\msys64\\usr\\bin\\bash bin/cibw_before_all_windows.sh"
93
before-build = "pip install delvewheel"
94
-repair-wheel-command = "delvewheel repair -w {dest_dir} {wheel}"
+repair-wheel-command = "delvewheel repair -w {dest_dir} {wheel} --add-path .local/bin"
95
96
# Previously with setuptools and MinGW it was necessary to run
97
# bin/cibw_before_build_windows.sh before building the wheel to create the
0 commit comments