From e263a793eab1cdc07c86c3c33f10b2e14b015cad Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 14 Jun 2026 08:40:01 +0000 Subject: [PATCH 1/2] Update from copier (2026-06-14T08:40:01) Signed-off-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com> --- .copier-answers.yaml | 2 +- .github/workflows/build.yaml | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.copier-answers.yaml b/.copier-answers.yaml index 5aa2f49..0ec0be5 100644 --- a/.copier-answers.yaml +++ b/.copier-answers.yaml @@ -1,5 +1,5 @@ # Changes here will be overwritten by Copier -_commit: 9b3c202 +_commit: 19e0124 _src_path: https://github.com/python-project-templates/base.git add_docs: false add_extension: python diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index db37d72..3f5dea2 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -51,8 +51,13 @@ jobs: restore-keys: cache-${{ runner.os }}- if: ${{ runner.os == 'Windows' }} +<<<<<<< before updating - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v6 +======= + - name: Upload coverage + uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v7.0.0 +>>>>>>> after updating with: python-version: ${{ matrix.python-version }} cache: 'pip' From ab0e8cc194e1f42e126c35be39d40fc47f3ee726 Mon Sep 17 00:00:00 2001 From: Tim Paine <3105306+timkpaine@users.noreply.github.com> Date: Sat, 20 Jun 2026 18:41:18 -0400 Subject: [PATCH 2/2] Update Python setup and remove coverage upload step Removed coverage upload step and updated Python setup action. --- .github/workflows/build.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 3f5dea2..db37d72 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -51,13 +51,8 @@ jobs: restore-keys: cache-${{ runner.os }}- if: ${{ runner.os == 'Windows' }} -<<<<<<< before updating - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v6 -======= - - name: Upload coverage - uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v7.0.0 ->>>>>>> after updating with: python-version: ${{ matrix.python-version }} cache: 'pip'