Skip to content

Commit a68bf73

Browse files
committed
Update project from its own template via Copier. (v1.20)
1 parent f0396b5 commit a68bf73

4 files changed

Lines changed: 9 additions & 9 deletions

File tree

.auxiliary/configuration/copier-answers.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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
44
author_email: emcd@users.noreply.github.com
55
author_name: Eric McDonald

.github/workflows/claude.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
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:*)

.github/workflows/releaser.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
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 }}'
@@ -33,7 +33,7 @@ jobs:
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] }}'
@@ -95,7 +95,7 @@ jobs:
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

.github/workflows/tester.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
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 }}'
@@ -23,6 +23,6 @@ jobs:
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] }}'

0 commit comments

Comments
 (0)