8000 Merge pull request #1853 from stonebig/master · winpython/winpython@b9262a1 · GitHub
[go: up one dir, main page]

Skip to content

Commit b9262a1

Browse files
authored
Merge pull request #1853 from stonebig/master
second try at fixing whl version
2 parents 179df0f + df95535 commit b9262a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/github_workflows_build-all.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ jobs:
137137
echo "WINPYVERSION=${{ matrix.flavor.WINPYVERSION_313 }}" >> $GITHUB_ENV
138138
echo "WINPYVER2=${{ matrix.flavor.WINPYVER2_313 }}" >> $GITHUB_ENV
139139
echo "build_location=${{ matrix.flavor.build_location_313 }}" >> $GITHUB_ENV
140-
echo "destwheelhouse=${{ matrix.flavor_config.build_location_313 }}\\wheelhouse\\included.wheels" >> $GITHUB_ENV
140+
echo "destwheelhouse=${{ matrix.flavor.build_location_313 }}\\wheelhouse\\included.wheels" >> $GITHUB_ENV
141141
else
142142
echo "WINPYrequirements=${{ matrix.flavor.REQUIREMENTS_314 }}" >> $GITHUB_ENV
143143
echo "WINPYrequirementswhl=${{ matrix.flavor.REQUIREMENTS_WHL_314 }}" >> $GITHUB_ENV
@@ -147,7 +147,7 @@ jobs:
147147
echo "WINPYVERSION=${{ matrix.flavor.WINPYVERSION_314 }}" >> $GITHUB_ENV
148148
echo "WINPYVER2=${{ matrix.flavor.WINPYVER2_314 }}" >> $GITHUB_ENV
149149
echo "build_location=${{ matrix.flavor.build_location_314 }}" >> $GITHUB_ENV
150-
echo "destwheelhouse=${{ matrix.flavor_config.build_location_314 }}\\wheelhouse\\included.wheels" >> $GITHUB_ENV
150+
echo "destwheelhouse=${{ matrix.flavor.build_location_314 }}\\wheelhouse\\included.wheels" >> $GITHUB_ENV
151151
fi
152152
echo "WINPYARCH=${{ matrix.flavor.WINPYARCH }}" >> $GITHUB_ENV
153153
echo "WINPYFLAVOR=$FLAVOR" >> $GITHUB_ENV

0 commit comments

Comments
 (0)
0