Skip to content

Commit 5f324aa

Browse files
authored
Update Python executable path in publish-wheels.yml
1 parent 0dbbaa9 commit 5f324aa

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish-wheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ jobs:
141141
- name: Build wheel
142142
shell: powershell
143143
run: |
144-
$py37 = "C:\omnipkg\interpreters\cpython-3.7.9\python.exe"
144+
$py37 = "C:\python37\python.exe"
145145
& $py37 -m pip install build --quiet
146146
& $py37 -m build --wheel --outdir dist\
147147
@@ -162,7 +162,7 @@ jobs:
162162
- name: Build wheel
163163
shell: powershell
164164
run: |
165-
$py37 = "C:\omnipkg\interpreters\cpython-3.7.9\python.exe"
165+
$py37 = "C:\python37\python.exe"
166166
& $py37 -m pip install build --quiet
167167
& $py37 -m build --wheel --outdir dist\
168168

0 commit comments

Comments
 (0)