We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34717f6 commit 3daeb84Copy full SHA for 3daeb84
.github/workflows/github_workflows_build-dot.yml
@@ -134,7 +134,7 @@ jobs:
134
& "$env:build_location\python\python.exe" -m pip lock --no-deps --find-links=dotpython\wheelhouse -r dotpython\freeze.txt -o $destfile
135
136
$outreq = "publish_dot\requir.$env:WINPYARCH-$($env:WINPYVER -replace '\.', '_').txt"
137
- & "$env:build_location\python\python.exe" -X utf8 -c "from wppm import wheelhouse as wh; wh.pylock_to_req(r'$env:destfile', r'$env:outreq')"
+ & "$env:build_location\python\python.exe" -X utf8 -c "from wppm import wheelhouse as wh; wh.pylock_to_req(r'$destfile', r'$outreq')"
138
139
- name: Zip the result
140
shell: pwsh
0 commit comments