Skip to content

Commit 2fdd420

Browse files
committed
retry
1 parent 26f6ccb commit 2fdd420

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/github_workflows_build-whl.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,9 @@ jobs:
8888
# would run with shell: pwsh
8989
#if (-not (Test-Path "dotpython")) { New-Item -ItemType Directory -Path "dotpython" | Out-Null }
9090
#Copy-Item -Path "winpython/portable/launchers_final/*" -Destination "dotpython/" -Recurse -Force
91-
91+
92+
mkdir "dotpython\wheelhouse"
93+
9294
- name: List dotpython contents (for debugging)
9395
shell: pwsh
9496
run: |
@@ -124,6 +126,9 @@ jobs:
124126
run: |
125127
& "$env:build_location\python\python.exe" -m pip download --dest dotpython\wheelhouse --no-deps --require-hashes -r $env:WINPYrequirements
126128
129+
- name: download wheelhouserequirements as hashed-requirements in $env:build_location\wheelhouse
130+
shell: pwsh
131+
run: |
127132
$destwheelhouse="$env:build_location\wheelhouse"
128133
if ($env:WINPYrequirementswhl -eq "") {
129134
Write-Output "no Wheelhouse"

0 commit comments

Comments
 (0)