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

Skip to content

Commit bbc980a

Browse files
authored
Merge pull request #1817 from stonebig/master
fix 3.14 standard and free-threading
2 parents 331aa86 + 82f914a commit bbc980a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,10 @@ jobs:
6363
echo "WINPY7Z=${{ matrix.flavor_config.SEVEN_Z }}" >> $GITHUB_ENV
6464
echo "WINPYEXE=${{ matrix.flavor_config.EXE }}" >> $GITHUB_ENV
6565
66+
echo "python_sourcef=${{ matrix.flavor_config.python_sourcef }}" >> $GITHUB_ENV
67+
echo "python_sha256f=${{ matrix.flavor_config.python_sha256f }}" >> $GITHUB_ENV
68+
69+
6670
- name: See variables
6771
shell: pwsh
6872
run: |

0 commit comments

Comments
 (0)
0