From fa8c86d06770822f8576a79e5fb39c233f44e09a Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 14 Jun 2026 08:43:12 +0000 Subject: [PATCH 1/2] Update from copier (2026-06-14T08:43:12) 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 2dcec82..24512f8 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 beab8f9..99d1ce0 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -55,6 +55,7 @@ jobs: with: version: ${{ matrix.python-version }} +<<<<<<< before updating - name: Install dependencies run: pip install cibuildwheel @@ -82,6 +83,10 @@ jobs: - name: Upload Wheel uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 +======= + - name: Upload coverage + uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v7.0.0 +>>>>>>> after updating with: name: dist-${{ runner.os }}-${{ runner.arch }}-${{ matrix.python-version }} path: dist/*.whl From 2220f4a29dbcca4559f1d0d1d997a820d58f79d0 Mon Sep 17 00:00:00 2001 From: Tim Paine <3105306+timkpaine@users.noreply.github.com> Date: Sun, 14 Jun 2026 14:44:01 -0400 Subject: [PATCH 2/2] Update build.yaml --- .github/workflows/build.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 99d1ce0..beab8f9 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -55,7 +55,6 @@ jobs: with: version: ${{ matrix.python-version }} -<<<<<<< before updating - name: Install dependencies run: pip install cibuildwheel @@ -83,10 +82,6 @@ jobs: - name: Upload Wheel uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 -======= - - name: Upload coverage - uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v7.0.0 ->>>>>>> after updating with: name: dist-${{ runner.os }}-${{ runner.arch }}-${{ matrix.python-version }} path: dist/*.whl