We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4278084 commit f089e09Copy full SHA for f089e09
1 file changed
pyproject.toml
@@ -154,7 +154,7 @@ repair-wheel-command = [
154
]
155
156
[tool.cibuildwheel.windows]
157
-before-all = "C:\\msys64\\usr\\bin\\bash bin/cibw_before_all_windows.sh"
+before-all = "C:\\msys64\\usr\\bin\\bash.exe bin/cibw_before_all_windows.sh"
158
before-build = "pip install wheel delvewheel"
159
repair-wheel-command = [
160
"""python bin/cibw_repair_wheel_licenses.py {wheel} \
@@ -179,4 +179,4 @@ repair-wheel-command = [
179
180
[[tool.cibuildwheel.overrides]]
181
select = ["*-win_arm64"]
182
-before-build = "C:\\msys64\\usr\\bin\\bash bin/cibw_before_build_windows_arm64.sh && pip install wheel delvewheel"
+before-build = "C:\\msys64\\usr\\bin\\bash.exe bin/cibw_before_build_windows_arm64.sh && pip install wheel delvewheel"
0 commit comments