Skip to content

Commit 2410579

Browse files
committed
WIP
1 parent 0261745 commit 2410579

File tree

2 files changed

+4
-74
lines changed

2 files changed

+4
-74
lines changed

.github/workflows/ci-workflow.yaml

Lines changed: 0 additions & 70 deletions
This file was deleted.

.github/workflows/ci.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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 }}
@@ -71,7 +71,7 @@ jobs:
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

@@ -80,7 +80,7 @@ jobs:
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

0 commit comments

Comments
 (0)