From 7e2cbf17a937baed7fc55aa67a9cfc03f42b5822 Mon Sep 17 00:00:00 2001 From: "python-templates-copier-update[bot]" Date: Sun, 20 Sep 2026 09:54:35 +0000 Subject: [PATCH] Update from Copier (2026-09-20T09-54-31Z) Signed-off-by: python-templates-copier-update[bot] --- .copier-answers.yaml | 2 +- .github/workflows/build.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.copier-answers.yaml b/.copier-answers.yaml index 520a299..173ad69 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: cython diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 742c6c6..ebc3efd 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -93,7 +93,7 @@ jobs: if: matrix.platform == 'ubuntu-24.04' && matrix.python.primary && (github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository) - name: Upload coverage - uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v7.0.0 + uses: codecov/codecov-action@0b35c9ecc4f0529d0eb674914510c22f85b196b4 # v7.1.0 with: token: ${{ secrets.CODECOV_TOKEN }}