Skip to content

Commit

Permalink
Upgrade to gha-shared-workflows@v7 with publish improvements (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
pronovic authored Dec 17, 2024
1 parent ad1111b commit 35aff32
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/test-suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,26 +16,25 @@ concurrency:
jobs:
linux-build-and-test:
name: "Linux"
uses: pronovic/gha-shared-workflows/.github/workflows/poetry-build-and-test.yml@v6
uses: pronovic/gha-shared-workflows/.github/workflows/poetry-build-and-test.yml@v7
secrets: inherit
with:
matrix-os-version: "[ 'ubuntu-latest' ]"
matrix-python-version: "[ '3.10', '3.11', '3.12', '3.13' ]" # run Linux tests on all supported Python versions
enable-coveralls: true # only report to coveralls.io for tests that run on Linux
persist-python-version: "3.10" # persist artifacts for the oldest supported Python version
macos-build-and-test:
name: "MacOS"
uses: pronovic/gha-shared-workflows/.github/workflows/poetry-build-and-test.yml@v6
uses: pronovic/gha-shared-workflows/.github/workflows/poetry-build-and-test.yml@v7
secrets: inherit
with:
matrix-os-version: "[ 'macos-latest' ]"
matrix-python-version: "[ '3.13' ]" # only run MacOS tests on latest Python
enable-coveralls: false
release:
name: "Release"
if: github.ref_type == 'tag'
uses: pronovic/gha-shared-workflows/.github/workflows/poetry-release.yml@v6
uses: pronovic/gha-shared-workflows/.github/workflows/poetry-release.yml@v7
needs: [ linux-build-and-test, macos-build-and-test ]
secrets: inherit
with:
python-version: "3.10" # run release with oldest supported Python version
publish-pypi: true
4 changes: 4 additions & 0 deletions Changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
Version 0.6.12 unreleased

* Upgrade to gha-shared-workflows@v7 with publish improvements.

Version 0.6.11 15 Oct 2024

* Pull in latest updates from run-script-framework.
Expand Down

0 comments on commit 35aff32

Please sign in to comment.