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 c09e5e4 commit a4730e5Copy full SHA for a4730e5
.github/workflows/pycdePublish.yml
@@ -139,7 +139,7 @@ jobs:
139
RUN_TESTS: False
140
run: |
141
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
+ "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
143
144
- name: Get wheel name
145
shell: bash
0 commit comments