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.
1 parent bdb6b3b commit 651d3dcCopy full SHA for 651d3dc
.github/workflows/reusable-windows.yml
@@ -45,7 +45,7 @@ jobs:
45
shell: bash
46
- uses: actions/upload-artifact@v4
47
with:
48
- name: windows-${{ inputs.arch }}-bin
+ name: windows-${{ inputs.arch }}${{ fromJSON(inputs.free-threading) && '-t' || '' }}-bin
49
path: ./PCbuild/${{ inputs.arch }}
50
- name: Display build info
51
run: .\\python.bat -m test.pythoninfo
0 commit comments