Skip to content

Commit b53599a

Browse files
Update from copier (2026-07-20T14:12:59)
Signed-off-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 98c0682 commit b53599a

5 files changed

Lines changed: 12 additions & 6 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: '4875149'
2+
_commit: 1ea7b27
33
_src_path: https://github.com/python-project-templates/base.git
44
add_docs: true
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: python_template
8082

81-
- uses: actions-ext/python/test-sdist@main
83+
- uses: actions-ext/python/test-sdist@4567028b4cf2be3739404cfd3521f0b9df98b6b1
8284
with:
8385
module: python_template
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 }}

.github/workflows/docs.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@ jobs:
1717
if: ${{ github.event.workflow_run.conclusion == 'success' || github.event_name == 'workflow_dispatch' }}
1818
steps:
1919
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
20-
- uses: actions-ext/python/setup@main
20+
with:
21+
persist-credentials: false
22+
- uses: actions-ext/python/setup@4567028b4cf2be3739404cfd3521f0b9df98b6b1
2123

2224
- name: Download dist from build
2325
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8

.github/workflows/wiki.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ jobs:
2121
runs-on: ubuntu-latest
2222
steps:
2323
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
24+
with:
25+
persist-credentials: false
2426
- run: cp README.md docs/wiki/Home.md
2527
- uses: Andrew-Chen-Wang/github-wiki-action@1bbb4280446f9630e8e21a18012cbacf3b0f992e # v5.0.6
2628
with:

0 commit comments

Comments
 (0)