Skip to content

Commit f45e3a6

Browse files
Update from copier (2026-03-01T05:49:34)
Signed-off-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 01b55aa commit f45e3a6

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: false
55
add_extension: python

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
run: make coverage
5656

5757
- name: Upload test results (Python)
58-
uses: actions/upload-artifact@v6
58+
uses: actions/upload-artifact@v7
5959
with:
6060
name: test-results-${{ matrix.os }}-${{ matrix.python-version }}
6161
path: junit.xml
@@ -73,7 +73,7 @@ jobs:
7373
- name: Make dist
7474
run: make dist
7575

76-
- uses: actions/upload-artifact@v6
76+
- uses: actions/upload-artifact@v7
7777
with:
7878
name: dist-${{matrix.os}}
7979
path: dist

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ branch = false
100100
omit = [
101101
"hatch_cpp/tests/integration/",
102102
]
103+
103104
[tool.coverage.report]
104105
exclude_also = [
105106
"raise NotImplementedError",

0 commit comments

Comments
 (0)