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 55cf5f9 commit fd7051eCopy full SHA for fd7051e
.github/workflows/ci.yaml
@@ -53,11 +53,18 @@ jobs:
53
# Do the build for the requested target.
54
make ${{ matrix.target }}
55
56
+ - name: Upload build artefacts
57
+ uses: actions/[email protected]
58
+ with:
59
+ name: Python-${{ steps.config-vars.outputs.PYTHON_VER }}-${{ matrix.target }}-support.custom.tar.gz
60
+ path: dist/Python-${{ steps.config-vars.outputs.PYTHON_VER }}-${{ matrix.target }}-support.custom.tar.gz
61
+
62
- uses: actions/checkout@v4
63
if: matrix.run-tests
64
with:
65
repository: beeware/Python-support-testbed
66
path: Python-support-testbed
67
+ # TODO - remove the py3.13 reference option.
68
ref: py3.13-support
69
70
- name: Install dependencies
0 commit comments