Skip to content

Commit 1d84746

Browse files
authored
Merge pull request #80 from python-project-templates/copier-update-2026-03-01T05-49-58
Update from copier (2026-03-01T05:49:58)
2 parents da89b8e + 9bb81db commit 1d84746

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-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: rust

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
run: make coverage
5959

6060
- name: Upload test results (Python)
61-
uses: actions/upload-artifact@v6
61+
uses: actions/upload-artifact@v7
6262
with:
6363
name: test-results-${{ matrix.os }}-${{ matrix.python-version }}
6464
path: '**/junit.xml'
@@ -97,7 +97,7 @@ jobs:
9797
CIBW_ENVIRONMENT_MACOS: MACOSX_DEPLOYMENT_TARGET=11.0
9898
if: matrix.os != 'ubuntu-latest'
9999

100-
- uses: actions/upload-artifact@v6
100+
- uses: actions/upload-artifact@v7
101101
with:
102102
name: dist-${{matrix.os}}
103103
path: dist

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ branch = true
113113
omit = [
114114
"python_template_rust/tests/integration/",
115115
]
116+
116117
[tool.coverage.report]
117118
exclude_also = [
118119
"raise NotImplementedError",
@@ -134,6 +135,7 @@ src = "/"
134135

135136
[tool.hatch.build.hooks.hatch-rs]
136137
verbose = true
138+
abi3 = true
137139
module = "python_template_rust"
138140
path = "."
139141

0 commit comments

Comments
 (0)