We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fdd420 commit fd0bad1Copy full SHA for fd0bad1
.github/workflows/github_workflows_build-whl.yml
@@ -15,7 +15,7 @@ jobs:
15
run: |
16
echo "WINPYARCH=64" >> $GITHUB_ENV
17
echo "WINPYVERSION=313" >> $GITHUB_ENV
18
- echo "WINPYrequirements =winpython\portable\cycle_2025_04\requir.64-3_13_5_1dotb3.txt" >> $GITHUB_ENV
+ 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
20
echo "WINPYZIP=0">> $GITHUB_ENV
21
echo "WINPY7Z=1">> $GITHUB_ENV
0 commit comments