Skip to content

Commit c9692ae

Browse files
authored
Merge pull request #143 from python-project-templates/copier-update-2026-09-20T09-53-16Z
Update from Copier (2026-09-20T09-53-16Z)
2 parents df21689 + 6e2d2d8 commit c9692ae

4 files changed

Lines changed: 10 additions & 10 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: rustjswasm

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
116116
if: matrix.name == 'ubuntu-24.04'
117117

118118
- name: Upload coverage
119-
uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v7.0.0
119+
uses: codecov/codecov-action@0b35c9ecc4f0529d0eb674914510c22f85b196b4 # v7.1.0
120120
with:
121121
token: ${{ secrets.CODECOV_TOKEN }}
122122
if: matrix.target == 'native'

Cargo.lock

Lines changed: 7 additions & 7 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
@@ -122,7 +122,7 @@ archs = "arm64"
122122

123123
[tool.cibuildwheel.windows]
124124
environment = {PATH="$UserProfile\\.cargo\bin;$PATH", CARGO_TERM_COLOR="always"}
125-
skip = "*win32 *arm_64"
125+
skip = "*win32 *arm64"
126126

127127
[tool.cibuildwheel.pyodide]
128128
environment = {SKIP_HATCH_JS="1"}

0 commit comments

Comments
 (0)