Skip to content

Commit f089e09

Browse files
committed
Add .exe to commands
1 parent 4278084 commit f089e09

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ repair-wheel-command = [
154154
]
155155

156156
[tool.cibuildwheel.windows]
157-
before-all = "C:\\msys64\\usr\\bin\\bash bin/cibw_before_all_windows.sh"
157+
before-all = "C:\\msys64\\usr\\bin\\bash.exe bin/cibw_before_all_windows.sh"
158158
before-build = "pip install wheel delvewheel"
159159
repair-wheel-command = [
160160
"""python bin/cibw_repair_wheel_licenses.py {wheel} \
@@ -179,4 +179,4 @@ repair-wheel-command = [
179179

180180
[[tool.cibuildwheel.overrides]]
181181
select = ["*-win_arm64"]
182-
before-build = "C:\\msys64\\usr\\bin\\bash bin/cibw_before_build_windows_arm64.sh && pip install wheel delvewheel"
182+
before-build = "C:\\msys64\\usr\\bin\\bash.exe bin/cibw_before_build_windows_arm64.sh && pip install wheel delvewheel"

0 commit comments

Comments
 (0)