Skip to content

Commit b0b17df

Browse files
Update from Copier (2026-09-01T16-37-22Z) (#97)
Signed-off-by: python-templates-copier-update[bot] <python-templates-copier-update[bot]@users.noreply.github.com> Co-authored-by: python-templates-copier-update[bot] <python-templates-copier-update[bot]@users.noreply.github.com>
1 parent 2242599 commit b0b17df

4 files changed

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

.github/dependabot.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,23 @@ updates:
44
directory: "/"
55
schedule:
66
interval: "monthly"
7+
groups:
8+
github-actions:
9+
patterns:
10+
- "*"
11+
labels:
12+
- "part: github_actions"
13+
714
- package-ecosystem: "pip"
815
directory: "/"
916
schedule:
1017
interval: "monthly"
1118
cooldown:
1219
default-days: 7
20+
groups:
21+
python:
22+
patterns:
23+
- "*"
24+
labels:
25+
- "lang: python"
26+
- "part: dependencies"

.github/workflows/build.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -70,15 +70,15 @@ jobs:
7070
persist-credentials: false
7171

7272
- name: Setup Python
73-
uses: actions-ext/python/setup@6e1b91a408ea89f49bc8aff8724f83826f7b5446
73+
uses: actions-ext/python/setup@ec67f82b3bd863948308a41ecb9e70547cbb19c7
7474
with:
7575
version: ${{ matrix.python.version }}
7676

7777
- name: Setup C++
78-
uses: actions-ext/cpp/setup@c2b1e90366b3a1c628a1df0748135f5e345ab26f
78+
uses: actions-ext/cpp/setup@22ebafc6f57971978e964f9977333ac98a7c49d9
7979

8080
- name: Setup vcpkg cache
81-
uses: actions-ext/cpp/setup-vcpkg-cache@c2b1e90366b3a1c628a1df0748135f5e345ab26f
81+
uses: actions-ext/cpp/setup-vcpkg-cache@22ebafc6f57971978e964f9977333ac98a7c49d9
8282

8383
- name: Install dependencies
8484
run: make develop
@@ -164,13 +164,13 @@ jobs:
164164
if: matrix.platform.name == 'windows-latest'
165165

166166
- name: Test wheel
167-
uses: actions-ext/python/test-wheel@6e1b91a408ea89f49bc8aff8724f83826f7b5446
167+
uses: actions-ext/python/test-wheel@ec67f82b3bd863948308a41ecb9e70547cbb19c7
168168
with:
169169
module: python_template_cpp
170170
if: matrix.target == 'native' && runner.os == 'Linux'
171171

172172
- name: Test source distribution
173-
uses: actions-ext/python/test-sdist@6e1b91a408ea89f49bc8aff8724f83826f7b5446
173+
uses: actions-ext/python/test-sdist@ec67f82b3bd863948308a41ecb9e70547cbb19c7
174174
with:
175175
module: python_template_cpp
176176
if: matrix.platform.name == 'ubuntu-latest'

.github/workflows/docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
persist-credentials: false
2323

2424
- name: Setup Python
25-
uses: actions-ext/python/setup@6e1b91a408ea89f49bc8aff8724f83826f7b5446
25+
uses: actions-ext/python/setup@ec67f82b3bd863948308a41ecb9e70547cbb19c7
2626

2727
- name: Download distributions
2828
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8

0 commit comments

Comments
 (0)