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 0dbbaa9 commit 5f324aaCopy full SHA for 5f324aa
1 file changed
.github/workflows/publish-wheels.yml
@@ -141,7 +141,7 @@ jobs:
141
- name: Build wheel
142
shell: powershell
143
run: |
144
- $py37 = "C:\omnipkg\interpreters\cpython-3.7.9\python.exe"
+ $py37 = "C:\python37\python.exe"
145
& $py37 -m pip install build --quiet
146
& $py37 -m build --wheel --outdir dist\
147
@@ -162,7 +162,7 @@ jobs:
162
163
164
165
166
167
168
0 commit comments