Skip to content

Commit a426267

Browse files
authored
Merge pull request #47 from python-project-templates/copier-update-2026-07-20T14-04-25
Update from copier (2026-07-20T14:04:25)
2 parents d62d1b0 + 4694466 commit a426267

3 files changed

Lines changed: 7 additions & 5 deletions

File tree

.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: c184e53
2+
_commit: 4fa46f7
33
_src_path: https://github.com/python-project-templates/base.git
44
add_docs: false
55
add_extension: python

.github/workflows/build.yaml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,10 @@ jobs:
3434

3535
steps:
3636
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
37+
with:
38+
persist-credentials: false
3739

38-
- uses: actions-ext/python/setup@main
40+
- uses: actions-ext/python/setup@4567028b4cf2be3739404cfd3521f0b9df98b6b1
3941
with:
4042
version: ${{ matrix.python-version }}
4143

@@ -74,11 +76,11 @@ jobs:
7476
- name: Make dist
7577
run: make dist
7678

77-
- uses: actions-ext/python/test-wheel@main
79+
- uses: actions-ext/python/test-wheel@4567028b4cf2be3739404cfd3521f0b9df98b6b1
7880
with:
7981
module: hatch_build
8082

81-
- uses: actions-ext/python/test-sdist@main
83+
- uses: actions-ext/python/test-sdist@4567028b4cf2be3739404cfd3521f0b9df98b6b1
8284
with:
8385
module: hatch_build
8486

.github/workflows/copier.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ jobs:
1212
pull-requests: write
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions-ext/copier-update@main
15+
- uses: actions-ext/copier-update@378500315a83b5985e175139a55f1fa5ea6dde09
1616
with:
1717
token: ${{ secrets.WORKFLOW_TOKEN }}

0 commit comments

Comments
 (0)