Skip to content

Commit

Permalink
[PyCDE] fixing another workflow issue
Browse files Browse the repository at this point in the history
Oops. Missed a spot!
  • Loading branch information
teqdruid committed Jul 25, 2024
1 parent c09e5e4 commit a4730e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pycdePublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ jobs:
RUN_TESTS: False
run: |
echo "Building wheel"
"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
- name: Get wheel name
shell: bash
Expand Down

0 comments on commit a4730e5

Please sign in to comment.