We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1a7f1bb + d66919c commit 4f46036Copy full SHA for 4f46036
.github/workflows/github_workflows_build-2026_01.yml
@@ -115,7 +115,7 @@ jobs:
115
# 2. Generate requirement files expected names dynamically
116
$V_TAG = $env:WINPYVER2 -replace '\.', '_'
117
$testreq = "$($env:my_cycle)/requir.64-$($V_TAG)$($env:FLAVOR_NAME)$($env:my_release_level).txt"
118
- $testwhl = "$($env:my_cycle)/requir.64-$($V_TAG)$($env:FLAVOR_NAME)_wheels$($env:my_release_level).txt"
+ $testwhl = "$($env:my_cycle)/requir.64-$($V_TAG)$($env:FLAVOR_NAME)$($env:my_release_level)_wheels.txt"
119
120
Write-Host "Checking for requirements files: $testreq and $testwhl (expected arch $detected_arch)"
121
0 commit comments