File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed 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/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 }}
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
You can’t perform that action at this time.
0 commit comments