Skip to content

Commit 5bd7af4

Browse files
Update from copier (2026-03-01T05:45:25)
Signed-off-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 6c4ebf2 commit 5bd7af4

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.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: 08a244d
2+
_commit: 4d4d95a
33
_src_path: https://github.com/python-project-templates/base.git
44
add_docs: true
55
add_extension: cpp

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112
run: make coverage
113113

114114
- name: Upload test results (Python)
115-
uses: actions/upload-artifact@v6
115+
uses: actions/upload-artifact@v7
116116
with:
117117
name: test-results-${{ matrix.os }}-${{ matrix.python-version }}
118118
path: junit.xml
@@ -129,7 +129,7 @@ jobs:
129129
with:
130130
token: ${{ secrets.CODECOV_TOKEN }}
131131

132-
- uses: actions/upload-artifact@v6
132+
- uses: actions/upload-artifact@v7
133133
with:
134134
name: dist-${{matrix.os}}-${{matrix.python-version}}
135135
path: dist

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ branch = true
9898
omit = [
9999
"python_template_cpp/tests/integration/",
100100
]
101+
101102
[tool.coverage.report]
102103
exclude_also = [
103104
"raise NotImplementedError",

0 commit comments

Comments
 (0)