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 e75f000 commit 20a2e72Copy full SHA for 20a2e72
.github/workflows/reusable-windows.yml
@@ -43,6 +43,10 @@ jobs:
43
-p "${ARCH}"
44
${{ fromJSON(inputs.free-threading) && '--disable-gil' || '' }}
45
shell: bash
46
+ - name: Upload Artifact
47
+ uses: actions/upload-artifact@v4
48
+ with:
49
+ path: PCBuild/amd64
50
- name: Display build info # FIXME(diegorusso): remove the `if`
51
if: inputs.arch != 'arm64'
52
run: .\\python.bat -m test.pythoninfo
0 commit comments