Skip to content

Commit 26f6ccb

Browse files
committed
for whl build #4
1 parent 2a6700f commit 26f6ccb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/github_workflows_build-whl.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ jobs:
1515
run: |
1616
echo "WINPYARCH=64" >> $GITHUB_ENV
1717
echo "WINPYVERSION=313" >> $GITHUB_ENV
18-
echo "WINPYrequirements=winpython\portable\cycle_2025_04\requir.64-3_13_5_1dotb3.txt" >> $GITHUB_ENV
19-
echo "WINPYrequirementswhl=winpython\portable\cycle_2025_04\requir.64-3_13_5_1dotb3_wheels.txt" >> $GITHUB_ENV
18+
echo "WINPYrequirements =winpython\portable\cycle_2025_04\requir.64-3_13_5_1dotb3.txt" >> $GITHUB_ENV
19+
echo "WINPYrequirementswhl=winpython\portable\cycle_2025_04\requir.64-3_13_5_1whlb3_wheels.txt" >> $GITHUB_ENV
2020
echo "WINPYZIP=0">> $GITHUB_ENV
2121
echo "WINPY7Z=1">> $GITHUB_ENV
2222
echo "WINPYEXE=0">> $GITHUB_ENV
@@ -128,7 +128,7 @@ jobs:
128128
if ($env:WINPYrequirementswhl -eq "") {
129129
Write-Output "no Wheelhouse"
130130
} else {
131-
& "$env:build_location\python\python.exe" -m pip download --dest dotpython\wheelhouse --no-deps --require-hashes -r $env:WINPYrequirementswhl
131+
& "$env:build_location\python\python.exe" -m pip download --dest $destwheelhouse --no-deps --require-hashes -r $env:WINPYrequirementswhl
132132
}
133133
- name: install requirements as hashed-requirements from dotpython\wheelhouse
134134
shell: pwsh

0 commit comments

Comments
 (0)