Skip to content

Commit d5ffb7c

Browse files
authored
Merge pull request #100 from python-project-templates/copier-update-2026-09-20T09-52-11Z
Update from Copier (2026-09-20T09-52-11Z)
2 parents 919d4cc + 78c1199 commit d5ffb7c

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: cpp

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114
if: matrix.platform.name == 'ubuntu-24.04' && matrix.python.primary
115115

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

pyproject.toml

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

9292
[tool.cibuildwheel.windows]
9393
archs = "AMD64"
94-
skip = "*win32 *arm_64"
94+
skip = "*win32 *arm64"
9595

9696
[tool.cibuildwheel.pyodide]
9797
test-command = "python -m pytest -vvv --pyargs python_template_cpp.tests"

0 commit comments

Comments
 (0)