From 78c1199f306b790b876f7b470641bc64ee4f4dd9 Mon Sep 17 00:00:00 2001 From: "python-templates-copier-update[bot]" Date: Sun, 20 Sep 2026 09:52:15 +0000 Subject: [PATCH] Update from Copier (2026-09-20T09-52-11Z) Signed-off-by: python-templates-copier-update[bot] --- .copier-answers.yaml | 2 +- .github/workflows/build.yaml | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.copier-answers.yaml b/.copier-answers.yaml index f6ce3eb..43a6cba 100644 --- a/.copier-answers.yaml +++ b/.copier-answers.yaml @@ -1,5 +1,5 @@ # Changes here will be overwritten by Copier -_commit: f43b419 +_commit: 7d58f0e _src_path: https://github.com/python-project-templates/base.git add_docs: true add_extension: cpp diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 550fa0d..2886957 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -114,7 +114,7 @@ jobs: if: matrix.platform.name == 'ubuntu-24.04' && matrix.python.primary - name: Upload coverage - uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v7.0.0 + uses: codecov/codecov-action@0b35c9ecc4f0529d0eb674914510c22f85b196b4 # v7.1.0 with: token: ${{ secrets.CODECOV_TOKEN }} if: matrix.target == 'native' diff --git a/pyproject.toml b/pyproject.toml index 55adab5..13225bf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -91,7 +91,7 @@ archs = "arm64" [tool.cibuildwheel.windows] archs = "AMD64" -skip = "*win32 *arm_64" +skip = "*win32 *arm64" [tool.cibuildwheel.pyodide] test-command = "python -m pytest -vvv --pyargs python_template_cpp.tests"