File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changes here will be overwritten by Copier
2- _commit : v1.19.2
2+ _commit : v1.20
33_src_path : gh:emcd/python-project-common
44author_email : emcd@users.noreply.github.com
55author_name : Eric McDonald
Original file line number Diff line number Diff line change 2727 id-token : write
2828 issues : read
2929 pull-requests : read
30- uses : emcd/python-project-common/.github/workflows/xrepo--claude.yaml@v1.19.2
30+ uses : emcd/python-project-common/.github/workflows/xrepo--claude.yaml@v1.20
3131 with :
3232 allowed-tools : >-
3333 Bash(git add:*)
Original file line number Diff line number Diff line change 2424
2525 test :
2626 needs : [initialize]
27- uses : emcd/python-project-common/.github/workflows/xrepo--tester.yaml@v1.19.2
27+ uses : emcd/python-project-common/.github/workflows/xrepo--tester.yaml@gha-1
2828 with :
2929 matrix-exclusions : ' ${{ needs.initialize.outputs.matrix-exclusions }}'
3030 platforms : ' ${{ needs.initialize.outputs.platforms }}'
3333
3434 report :
3535 needs : [initialize, test]
36- uses : emcd/python-project-common/.github/workflows/xrepo--reporter.yaml@v1.19.2
36+ uses : emcd/python-project-common/.github/workflows/xrepo--reporter.yaml@gha-1
3737 with :
3838 python-version : ' ${{ fromJSON(needs.initialize.outputs.python-versions)[0] }}'
3939
@@ -43,14 +43,14 @@ jobs:
4343 contents : write
4444 id-token : write
4545 pages : write
46- uses : emcd/python-project-common/.github/workflows/xrepo--documenter.yaml@v1.19.2
46+ uses : emcd/python-project-common/.github/workflows/xrepo--documenter.yaml@gha-1
4747 with :
4848 include-reports : true
4949 python-version : ' ${{ fromJSON(needs.initialize.outputs.python-versions)[0] }}'
5050
5151 package :
5252 needs : [initialize, docsgen]
53- uses : emcd/python-project-common/.github/workflows/xrepo--packager.yaml@v1.19.2
53+ uses : emcd/python-project-common/.github/workflows/xrepo--packager.yaml@gha-1
5454 with :
5555 artifacts-path : ' .auxiliary/artifacts/hatch-build' # TODO: Use environment.
5656 python-version : ' ${{ fromJSON(needs.initialize.outputs.python-versions)[0] }}'
9595 steps :
9696
9797 - name : Prepare Python
98- uses : emcd/python-project-common/.github/actions/python-hatch@v1.19.2
98+ uses : emcd/python-project-common/.github/actions/python-hatch@gha-1
9999 with :
100100 python-version : ${{ fromJSON(needs.initialize.outputs.python-versions)[0] }}
101101
Original file line number Diff line number Diff line change 1414
1515 test :
1616 needs : [initialize]
17- uses : emcd/python-project-common/.github/workflows/xrepo--tester.yaml@v1.19.2
17+ uses : emcd/python-project-common/.github/workflows/xrepo--tester.yaml@gha-1
1818 with :
1919 matrix-exclusions : ' ${{ needs.initialize.outputs.matrix-exclusions }}'
2020 platforms : ' ${{ needs.initialize.outputs.platforms }}'
2323
2424 report :
2525 needs : [initialize, test]
26- uses : emcd/python-project-common/.github/workflows/xrepo--reporter.yaml@v1.19.2
26+ uses : emcd/python-project-common/.github/workflows/xrepo--reporter.yaml@gha-1
2727 with :
2828 python-version : ' ${{ fromJSON(needs.initialize.outputs.python-versions)[0] }}'
You can’t perform that action at this time.
0 commit comments