-
-
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.
- Loading branch information
Showing
6 changed files
with
10,364 additions
and
739 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 |
---|---|---|
|
@@ -109,7 +109,7 @@ jobs: | |
- uses: actions/[email protected] | ||
|
||
- name: Set up Python | ||
uses: actions/setup-python@v5.1.1 | ||
uses: actions/setup-python@v5.2.0 | ||
with: | ||
# Appending -dev ensures that we can always build the dev release. | ||
# It's a no-op for versions that have been published. | ||
|
@@ -121,7 +121,7 @@ jobs: | |
make ${{ matrix.target }} BUILD_NUMBER=${{ needs.config.outputs.BUILD_NUMBER }} | ||
- name: Upload build artefacts | ||
uses: actions/upload-artifact@v4.3.5 | ||
uses: actions/upload-artifact@v4.4.0 | ||
with: | ||
name: Python-${{ needs.config.outputs.PYTHON_VER }}-${{ matrix.target }}-support.${{ needs.config.outputs.BUILD_NUMBER }}.tar.gz | ||
path: dist/Python-${{ needs.config.outputs.PYTHON_VER }}-${{ matrix.target }}-support.${{ needs.config.outputs.BUILD_NUMBER }}.tar.gz | ||
|
@@ -131,20 +131,15 @@ jobs: | |
with: | ||
repository: beeware/Python-support-testbed | ||
path: Python-support-testbed | ||
# TODO - remove the py3.13 reference option. | ||
ref: py3.13-support | ||
|
||
- name: Install dependencies | ||
if: matrix.run-tests | ||
run: | | ||
# TODO - Revert to the development version of Briefcase | ||
# Use the development version of Briefcase | ||
# python -m pip install git+https://github.com/beeware/briefcase.git | ||
python -m pip install git+https://github.com/freakboy3742/briefcase.git@version-bumps | ||
python -m pip install git+https://github.com/beeware/briefcase.git | ||
- name: Run support testbed check | ||
if: matrix.run-tests | ||
timeout-minutes: 10 | ||
working-directory: Python-support-testbed | ||
# TODO - remove the template_branch option. | ||
run: briefcase run ${{ matrix.target }} Xcode --test ${{ matrix.briefcase-run-args }} -C support_package=\'../dist/Python-${{ needs.config.outputs.PYTHON_VER }}-${{ matrix.target }}-support.${{ needs.config.outputs.BUILD_NUMBER }}.tar.gz\' -C template_branch=\'framework-lib\' | ||
run: briefcase run ${{ matrix.target }} Xcode --test ${{ matrix.briefcase-run-args }} -C support_package=\'../dist/Python-${{ needs.config.outputs.PYTHON_VER }}-${{ matrix.target }}-support.${{ needs.config.outputs.BUILD_NUMBER }}.tar.gz\' |
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
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
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
Oops, something went wrong.