Skip to content

Commit da7c932

Browse files
authored
Merge pull request #82 from python-project-templates/copier-update-2026-09-20T09-53-37Z
Update from Copier (2026-09-20T09-53-37Z)
2 parents 8121b61 + 8e5c30f commit da7c932

3 files changed

Lines changed: 3 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: f43b419
2+
_commit: 7d58f0e
33
_src_path: https://github.com/python-project-templates/base.git
44
add_docs: true
55
add_extension: cppjswasm

.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'

pyproject.toml

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

103103
[tool.cibuildwheel.windows]
104104
environment = {SKIP_HATCH_JS="1"}
105-
skip = "*win32 *arm_64"
105+
skip = "*win32 *arm64"
106106

107107
[tool.cibuildwheel.pyodide]
108108
environment = {SKIP_HATCH_JS="1"}

0 commit comments

Comments
 (0)