Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e945e5 commit 5c62744Copy full SHA for 5c62744
.github/workflows/github_workflows_build-2026_01.yml
@@ -113,7 +113,7 @@ jobs:
113
$WINPYREQUIREMENTSwhl = ''
114
115
# 2. Generate requirement files expected names dynamically
116
- $V_TAG = $env:WINPYVER2 -replace '\.', '-'
+ $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"
119
0 commit comments