Skip to content

Commit 858daaa

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

4 files changed

Lines changed: 33 additions & 2 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: 195919b
2+
_commit: dcfbd4b
33
_src_path: https://github.com/python-project-templates/base.git
44
add_docs: true
55
add_extension: rust

.github/dependabot.yaml

Lines changed: 12 additions & 1 deletion
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"
@@ -23,7 +31,10 @@ updates:
2331
interval: "monthly"
2432
cooldown:
2533
default-days: 7
34+
groups:
35+
rust:
36+
patterns:
37+
- "*"
2638
labels:
2739
- "lang: rust"
2840
- "part: dependencies"
29-

.github/workflows/build.yaml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,12 +65,20 @@ jobs:
6565
persist-credentials: false
6666

6767
- name: Setup Python
68+
<<<<<<< before updating
6869
uses: actions-ext/python/setup@a3f3953ef26a519ab7b6a56b94d06fa1b31ab3f3
70+
=======
71+
uses: actions-ext/python/setup@ec67f82b3bd863948308a41ecb9e70547cbb19c7
72+
>>>>>>> after updating
6973
with:
7074
version: ${{ matrix.python }}
7175

7276
- name: Setup Rust
77+
<<<<<<< before updating
7378
uses: actions-ext/rust/setup@3de300f3071e758a1dd8545b884288a35e5d7f81
79+
=======
80+
uses: actions-ext/rust/setup@0f0b7c9ab3cdb6e9a1f79e2147974d6762ddafea
81+
>>>>>>> after updating
7482

7583
- name: Install dependencies
7684
run: make develop
@@ -155,13 +163,21 @@ jobs:
155163
if: matrix.target == 'native' && runner.os != 'Linux'
156164

157165
- name: Test wheel
166+
<<<<<<< before updating
158167
uses: actions-ext/python/test-wheel@a3f3953ef26a519ab7b6a56b94d06fa1b31ab3f3
168+
=======
169+
uses: actions-ext/python/test-wheel@ec67f82b3bd863948308a41ecb9e70547cbb19c7
170+
>>>>>>> after updating
159171
with:
160172
module: python_template_rust
161173
if: matrix.target == 'native' && runner.os == 'Linux'
162174

163175
- name: Test source distribution
176+
<<<<<<< before updating
164177
uses: actions-ext/python/test-sdist@a3f3953ef26a519ab7b6a56b94d06fa1b31ab3f3
178+
=======
179+
uses: actions-ext/python/test-sdist@ec67f82b3bd863948308a41ecb9e70547cbb19c7
180+
>>>>>>> after updating
165181
with:
166182
module: python_template_rust
167183
if: matrix.name == 'ubuntu-latest'

.github/workflows/docs.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,11 @@ jobs:
2222
persist-credentials: false
2323

2424
- name: Setup Python
25+
<<<<<<< before updating
2526
uses: actions-ext/python/setup@a3f3953ef26a519ab7b6a56b94d06fa1b31ab3f3
27+
=======
28+
uses: actions-ext/python/setup@ec67f82b3bd863948308a41ecb9e70547cbb19c7
29+
>>>>>>> after updating
2630

2731
- name: Download distributions
2832
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8

0 commit comments

Comments
 (0)