Skip to content

Commit b1681ff

Browse files
Update from Copier (2026-09-01T16-37-54Z)
Signed-off-by: python-templates-copier-update[bot] <python-templates-copier-update[bot]@users.noreply.github.com>
1 parent 38550f2 commit b1681ff

3 files changed

Lines changed: 21 additions & 1 deletion

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

.github/dependabot.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ updates:
44
directory: "/"
55
schedule:
66
interval: "monthly"
7+
groups:
8+
github-actions:
9+
patterns:
10+
- "*"
711
labels:
812
- "part: github_actions"
913

@@ -13,6 +17,10 @@ updates:
1317
interval: "monthly"
1418
cooldown:
1519
default-days: 7
20+
groups:
21+
python:
22+
patterns:
23+
- "*"
1624
labels:
1725
- "lang: python"
1826
- "part: dependencies"

.github/workflows/build.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,11 @@ jobs:
3939
persist-credentials: false
4040

4141
- name: Setup Python
42+
<<<<<<< before updating
4243
uses: actions-ext/python/setup@a3f3953ef26a519ab7b6a56b94d06fa1b31ab3f3
44+
=======
45+
uses: actions-ext/python/setup@ec67f82b3bd863948308a41ecb9e70547cbb19c7
46+
>>>>>>> after updating
4347
with:
4448
version: ${{ matrix.python-version }}
4549

@@ -79,12 +83,20 @@ jobs:
7983
run: make dist
8084

8185
- name: Test wheel
86+
<<<<<<< before updating
8287
uses: actions-ext/python/test-wheel@a3f3953ef26a519ab7b6a56b94d06fa1b31ab3f3
88+
=======
89+
uses: actions-ext/python/test-wheel@ec67f82b3bd863948308a41ecb9e70547cbb19c7
90+
>>>>>>> after updating
8391
with:
8492
module: hatch_cpp
8593

8694
- name: Test source distribution
95+
<<<<<<< before updating
8796
uses: actions-ext/python/test-sdist@a3f3953ef26a519ab7b6a56b94d06fa1b31ab3f3
97+
=======
98+
uses: actions-ext/python/test-sdist@ec67f82b3bd863948308a41ecb9e70547cbb19c7
99+
>>>>>>> after updating
88100
with:
89101
module: hatch_cpp
90102

0 commit comments

Comments
 (0)