Skip to content

Commit df88037

Browse files
Update from Copier (2026-09-20T09-52-18Z)
Signed-off-by: python-templates-copier-update[bot] <python-templates-copier-update[bot]@users.noreply.github.com>
1 parent 73dcffc commit df88037

4 files changed

Lines changed: 5 additions & 5 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: f43b419
2+
_commit: 7d58f0e
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jobs:
110110
if: matrix.name == 'ubuntu-24.04'
111111

112112
- name: Upload coverage
113-
uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v7.0.0
113+
uses: codecov/codecov-action@0b35c9ecc4f0529d0eb674914510c22f85b196b4 # v7.1.0
114114
with:
115115
token: ${{ secrets.CODECOV_TOKEN }}
116116
if: matrix.target == 'native'

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ archs = "arm64"
110110

111111
[tool.cibuildwheel.windows]
112112
environment = {PATH="$UserProfile\\.cargo\bin;$PATH", CARGO_TERM_COLOR="always"}
113-
skip = "*win32 *arm_64"
113+
skip = "*win32 *arm64"
114114

115115
[tool.cibuildwheel.pyodide]
116116
test-command = "python -m pytest -vvv --pyargs python_template_rust.tests"

0 commit comments

Comments
 (0)