File tree Expand file tree Collapse file tree 2 files changed +4
-74
lines changed Expand file tree Collapse file tree 2 files changed +4
-74
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -44,14 +44,14 @@ jobs:
4444 runs-on : ubuntu-latest
4545 steps :
4646 - id : config
47- uses : glenn20/python-ci/actions/config@dev
47+ uses : glenn20/python-ci/actions/config@v2
4848 with :
4949 config : ${{ toJson(env) }}
5050
5151 ci-workflow : # Run the CI workflow based on the config.
5252 name : CI workflow
5353 needs : config
54- uses : glenn20/python-ci/.github/workflows/ci-workflow-tox.yaml@dev
54+ uses : glenn20/python-ci/.github/workflows/ci-workflow-tox.yaml@v2
5555 with :
5656 jobs : ${{ needs.config.outputs.jobs }}
5757 os : ${{ needs.config.outputs.os }}
7171 id-token : write # Required for trusted publishing
7272 steps :
7373 - id : publish
74- uses : glenn20/python-ci/actions/publish@dev
74+ uses : glenn20/python-ci/actions/publish@v2
7575 with :
7676 test-only : ${{ contains(fromJson(needs.config.outputs.jobs), 'publish') && 'false' || 'true' }}
7777
8080 # graph on the github UI.
8181 release :
8282 needs : [config, ci-workflow]
83- uses : glenn20/python-ci/.github/workflows/github-release.yaml@dev
83+ uses : glenn20/python-ci/.github/workflows/github-release.yaml@v2
8484 permissions :
8585 id-token : write # Required for signing the release
8686 contents : write # Required for github release
You can’t perform that action at this time.
0 commit comments