From 48f8a0494703cb904d41a56f59067443476b886f Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 28 Jun 2026 08:25:25 +0000 Subject: [PATCH 1/2] Update from copier (2026-06-28T08:25:25) Signed-off-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com> --- .copier-answers.yaml | 2 +- .github/workflows/build.yaml | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/.copier-answers.yaml b/.copier-answers.yaml index dd797c6..fee3f19 100644 --- a/.copier-answers.yaml +++ b/.copier-answers.yaml @@ -1,5 +1,5 @@ # Changes here will be overwritten by Copier -_commit: 99606c7 +_commit: 392c67f _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..62c73e6 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -31,7 +31,13 @@ jobs: cibuildwheel: - "cp311" steps: +<<<<<<< before updating - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 +======= + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 + + - uses: actions-ext/python/setup@main +>>>>>>> after updating with: submodules: 'true' @@ -51,7 +57,12 @@ jobs: restore-keys: cache-${{ runner.os }}- if: ${{ runner.os == 'Windows' }} +<<<<<<< before updating - uses: actions-ext/python/setup@main +======= + - name: Publish Unit Test Results + uses: EnricoMi/publish-unit-test-result-action@d0a4676d0e0b938bc201470d88276b7c74c712b3 # v2.24.0 +>>>>>>> after updating with: version: ${{ matrix.python-version }} From 0ec938ebe43f16bb2b80187096e6cdfccd499764 Mon Sep 17 00:00:00 2001 From: Tim Paine <3105306+timkpaine@users.noreply.github.com> Date: Sun, 28 Jun 2026 10:20:49 -0400 Subject: [PATCH 2/2] Update build.yaml --- .github/workflows/build.yaml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 62c73e6..9fee444 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -31,13 +31,7 @@ jobs: cibuildwheel: - "cp311" steps: -<<<<<<< before updating - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 -======= - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - - - uses: actions-ext/python/setup@main ->>>>>>> after updating with: submodules: 'true' @@ -57,12 +51,7 @@ jobs: restore-keys: cache-${{ runner.os }}- if: ${{ runner.os == 'Windows' }} -<<<<<<< before updating - uses: actions-ext/python/setup@main -======= - - name: Publish Unit Test Results - uses: EnricoMi/publish-unit-test-result-action@d0a4676d0e0b938bc201470d88276b7c74c712b3 # v2.24.0 ->>>>>>> after updating with: version: ${{ matrix.python-version }}