Skip to content

Commit 827c49a

Browse files
authored
Merge pull request #117 from python-project-templates/copier-update-2026-07-26T07-33-06
Update from copier (2026-07-26T07:33:06)
2 parents cb3f360 + ad046d7 commit 827c49a

2 files changed

Lines changed: 7 additions & 7 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: 4fa46f7
2+
_commit: c2ea129
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: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@ jobs:
3333
python-version: ["3.11", "3.12", "3.13"]
3434

3535
steps:
36-
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
36+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
3737
with:
3838
persist-credentials: false
3939

40-
- uses: actions-ext/python/setup@4567028b4cf2be3739404cfd3521f0b9df98b6b1
40+
- uses: actions-ext/python/setup@6e1b91a408ea89f49bc8aff8724f83826f7b5446
4141
with:
4242
version: ${{ matrix.python-version }}
4343

@@ -57,7 +57,7 @@ jobs:
5757
run: make coverage
5858

5959
- name: Upload test results (Python)
60-
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7
60+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
6161
with:
6262
name: test-results-${{ matrix.os }}-${{ matrix.python-version }}
6363
path: junit.xml
@@ -75,15 +75,15 @@ jobs:
7575
- name: Make dist
7676
run: make dist
7777

78-
- uses: actions-ext/python/test-wheel@4567028b4cf2be3739404cfd3521f0b9df98b6b1
78+
- uses: actions-ext/python/test-wheel@6e1b91a408ea89f49bc8aff8724f83826f7b5446
7979
with:
8080
module: hatch_cpp
8181

82-
- uses: actions-ext/python/test-sdist@4567028b4cf2be3739404cfd3521f0b9df98b6b1
82+
- uses: actions-ext/python/test-sdist@6e1b91a408ea89f49bc8aff8724f83826f7b5446
8383
with:
8484
module: hatch_cpp
8585

86-
- uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7
86+
- uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
8787
with:
8888
name: dist-${{matrix.os}}
8989
path: dist

0 commit comments

Comments
 (0)