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

Skip to content

Commit 4deb5b6

Browse files
authored
Merge pull request #1835 from stonebig/master
retry
2 parents f8c16ec + 3798d62 commit 4deb5b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/github_workflows_build-all_3.13.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,8 @@ jobs:
7979
echo "WINPYVERSION=${{ matrix.flavor_config.WINPYVERSION }}" >> $GITHUB_ENV
8080
8181
echo "build_location=${{ matrix.flavor_config.build_location }}" >> $GITHUB_ENV
82-
echo "dotwheelhouse="dotpython\\wheelhouse\\included.wheels" >> $GITHUB_ENV
83-
echo "destwheelhouse="${{ matrix.flavor_config.build_location }}\\wheelhouse\\included.wheels" >> $GITHUB_ENV
82+
echo "dotwheelhouse=dotpython\\wheelhouse\\included.wheels" >> $GITHUB_ENV
83+
echo "destwheelhouse=${{ matrix.flavor_config.build_location }}\\wheelhouse\\included.wheels" >> $GITHUB_ENV
8484
8585
echo "WINPYVER2=${{ matrix.flavor_config.WINPYVER2 }}" >> $GITHUB_ENV
8686
echo "my_release_level=${{ matrix.flavor_config.my_release_level }}" >> $GITHUB_ENV

0 commit comments

Comments
 (0)
0