Skip to content

Commit f74878e

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

3 files changed

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

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
run: make coverage
6666

6767
- name: Upload test results (Python)
68-
uses: actions/upload-artifact@v6
68+
uses: actions/upload-artifact@v7
6969
with:
7070
name: test-results-${{ matrix.os }}-${{ matrix.python-version }}
7171
path: '**/junit.xml'
@@ -106,7 +106,7 @@ jobs:
106106
CIBW_ENVIRONMENT_MACOS: MACOSX_DEPLOYMENT_TARGET=11.0
107107
if: matrix.os != 'ubuntu-latest'
108108

109-
- uses: actions/upload-artifact@v6
109+
- uses: actions/upload-artifact@v7
110110
with:
111111
name: dist-${{matrix.os}}
112112
path: dist

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ branch = true
124124
omit = [
125125
"python_template_rust/tests/integration/",
126126
]
127+
127128
[tool.coverage.report]
128129
exclude_also = [
129130
"raise NotImplementedError",
@@ -143,6 +144,7 @@ targets = [
143144

144145
[tool.hatch.build.hooks.hatch-rs]
145146
verbose = true
147+
abi3 = true
146148
module = "python_template_rust"
147149
path = "."
148150

0 commit comments

Comments
 (0)