Skip to content

Commit a4730e5

Browse files
committed
[PyCDE] fixing another workflow issue
Oops. Missed a spot!
1 parent c09e5e4 commit a4730e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pycdePublish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ jobs:
139139
RUN_TESTS: False
140140
run: |
141141
echo "Building wheel"
142-
"C:\Program Files\Microsoft Visual Studio\2022\Enterprise\Common7\Tools\VsDevCmd.bat" -arch=x64 -host_arch=x64 && python3 -m cibuildwheel --output-dir wheelhouse frontends/PyCDE
142+
"C:\Program Files\Microsoft Visual Studio\2022\Enterprise\Common7\Tools\VsDevCmd.bat" -arch=x64 -host_arch=x64 && python -m cibuildwheel --output-dir wheelhouse frontends/PyCDE
143143
144144
- name: Get wheel name
145145
shell: bash

0 commit comments

Comments
 (0)