Skip to content

Commit fd7051e

Browse files
committed
Upload build artefacts as part of CI.
1 parent 55cf5f9 commit fd7051e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,18 @@ jobs:
5353
# Do the build for the requested target.
5454
make ${{ matrix.target }}
5555
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+
5662
- uses: actions/checkout@v4
5763
if: matrix.run-tests
5864
with:
5965
repository: beeware/Python-support-testbed
6066
path: Python-support-testbed
67+
# TODO - remove the py3.13 reference option.
6168
ref: py3.13-support
6269

6370
- name: Install dependencies

0 commit comments

Comments
 (0)