Skip to content

Commit 0261745

Browse files
committed
WIP
1 parent c0d7d44 commit 0261745

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 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/config@dev
47+
uses: glenn20/python-ci/actions/config@dev
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: ./.github/workflows/ci-workflow.yaml
54+
uses: glenn20/python-ci/.github/workflows/ci-workflow-tox.yaml@dev
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/publish@dev
74+
uses: glenn20/python-ci/actions/publish@dev
7575
with:
7676
test-only: ${{ contains(fromJson(needs.config.outputs.jobs), 'publish') && 'false' || 'true' }}
7777

0 commit comments

Comments
 (0)