From d3c23a21486516cb7ef93ab52a94ee6403ee39b3 Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 23 Nov 2025 05:12:17 +0000 Subject: [PATCH 1/3] Update from copier (2025-11-23T05:12:17) Signed-off-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com> --- .copier-answers.yaml | 2 +- .github/workflows/build.yaml | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.copier-answers.yaml b/.copier-answers.yaml index 9a50832..feca7b9 100644 --- a/.copier-answers.yaml +++ b/.copier-answers.yaml @@ -1,5 +1,5 @@ # Changes here will be overwritten by Copier -_commit: 973c39c +_commit: 55f9353 _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 e0faf55..e6b2f65 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -31,6 +31,7 @@ jobs: cibuildwheel: - "cp311" steps: +<<<<<<< before updating - uses: actions/checkout@v5 with: submodules: 'true' @@ -50,6 +51,9 @@ jobs: key: cache-${{ runner.os }}- restore-keys: cache-${{ runner.os }}- if: ${{ runner.os == 'Windows' }} +======= + - uses: actions/checkout@v6 +>>>>>>> after updating - uses: actions-ext/python/setup@main with: From ad7995aa3b9f909786dfebc9bc3bafbe128cb7b8 Mon Sep 17 00:00:00 2001 From: Tim Paine <3105306+timkpaine@users.noreply.github.com> Date: Sun, 23 Nov 2025 15:49:23 -0500 Subject: [PATCH 2/3] Update GitHub Actions checkout action version --- .github/workflows/build.yaml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index e6b2f65..d45c7ad 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -30,9 +30,8 @@ jobs: - "3.11" cibuildwheel: - "cp311" - steps: -<<<<<<< before updating - - uses: actions/checkout@v5 + steps + - uses: actions/checkout@v6 with: submodules: 'true' @@ -51,9 +50,6 @@ jobs: key: cache-${{ runner.os }}- restore-keys: cache-${{ runner.os }}- if: ${{ runner.os == 'Windows' }} -======= - - uses: actions/checkout@v6 ->>>>>>> after updating - uses: actions-ext/python/setup@main with: From 0bbcd96722b2f3e831dc2032365d93283cdd6a9b Mon Sep 17 00:00:00 2001 From: Tim Paine <3105306+timkpaine@users.noreply.github.com> Date: Sun, 23 Nov 2025 15:58:13 -0500 Subject: [PATCH 3/3] Update build.yaml --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index d45c7ad..914dc25 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -30,7 +30,7 @@ jobs: - "3.11" cibuildwheel: - "cp311" - steps + steps: - uses: actions/checkout@v6 with: submodules: 'true'