File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -130,10 +130,10 @@ jobs:
130130
131131
132132 & "$env:build_location\python\python.exe" -m pip freeze | Out-File -FilePath dotpython\freeze.txt
133- $destfile = "publish_dot\pylock.$env:WINPYARCH. $($env:WINPYVER -replace '\.', '_').toml"
133+ $destfile = "publish_dot\pylock.$env:WINPYARCH- $($env:WINPYVER -replace '\.', '_').toml"
134134 & "$env:build_location\python\python.exe" -m pip lock --no-deps --find-links=dotpython\wheelhouse -r dotpython\freeze.txt -o $destfile
135135
136- $outreq = "publish_dot\requir.$env:WINPYARCH. $($env:WINPYVER -replace '\.', '_').txt"
136+ $outreq = "publish_dot\requir.$env:WINPYARCH- $($env:WINPYVER -replace '\.', '_').txt"
137137 & "$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')"
138138
139139 - name : Zip the result
You can’t perform that action at this time.
0 commit comments