8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 331aa86 + 82f914a commit bbc980aCopy full SHA for bbc980a
.github/workflows/github_workflows_build-all_3.14.yml
@@ -63,6 +63,10 @@ jobs:
63
echo "WINPY7Z=${{ matrix.flavor_config.SEVEN_Z }}" >> $GITHUB_ENV
64
echo "WINPYEXE=${{ matrix.flavor_config.EXE }}" >> $GITHUB_ENV
65
66
+ echo "python_sourcef=${{ matrix.flavor_config.python_sourcef }}" >> $GITHUB_ENV
67
+ echo "python_sha256f=${{ matrix.flavor_config.python_sha256f }}" >> $GITHUB_ENV
68
+
69
70
- name: See variables
71
shell: pwsh
72
run: |
0 commit comments