Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e0bab44

Browse files
authored
Merge pull request #1971 from stonebig/master
trust ... but verify
2 parents b4a4b74 + 5c62744 commit e0bab44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/github_workflows_build-2026_01.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113
$WINPYREQUIREMENTSwhl = ''
114114
115115
# 2. Generate requirement files expected names dynamically
116-
$V_TAG = $env:WINPYVER2 -replace '\.', '-'
116+
$V_TAG = $env:WINPYVER2 -replace '\.', '_'
117117
$testreq = "$($env:my_cycle)/requir.64-$($V_TAG)$($env:FLAVOR_NAME)$($env:my_release_level).txt"
118118
$testwhl = "$($env:my_cycle)/requir.64-$($V_TAG)$($env:FLAVOR_NAME)_wheels$($env:my_release_level).txt"
119119

0 commit comments

Comments
 (0)