-
-
Notifications
You must be signed in to change notification settings - Fork 165
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upload build artefacts as part of CI.
- Loading branch information
1 parent
55cf5f9
commit fd7051e
Showing
1 changed file
with
7 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -53,11 +53,18 @@ jobs: | |
# Do the build for the requested target. | ||
make ${{ matrix.target }} | ||
- name: Upload build artefacts | ||
uses: actions/[email protected] | ||
with: | ||
name: Python-${{ steps.config-vars.outputs.PYTHON_VER }}-${{ matrix.target }}-support.custom.tar.gz | ||
path: dist/Python-${{ steps.config-vars.outputs.PYTHON_VER }}-${{ matrix.target }}-support.custom.tar.gz | ||
|
||
- uses: actions/checkout@v4 | ||
if: matrix.run-tests | ||
with: | ||
repository: beeware/Python-support-testbed | ||
path: Python-support-testbed | ||
# TODO - remove the py3.13 reference option. | ||
ref: py3.13-support | ||
|
||
- name: Install dependencies | ||
|