From 9663ab459acc858f4cc07a9f6bc0daf969013a9d Mon Sep 17 00:00:00 2001 From: "python-templates-copier-update[bot]" Date: Sun, 13 Sep 2026 10:11:05 +0000 Subject: [PATCH] Update from Copier (2026-09-13T10-11-00Z) Signed-off-by: python-templates-copier-update[bot] --- .copier-answers.yaml | 2 +- .github/workflows/build.yaml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.copier-answers.yaml b/.copier-answers.yaml index ebb77ea..4e08a56 100644 --- a/.copier-answers.yaml +++ b/.copier-answers.yaml @@ -1,5 +1,5 @@ # Changes here will be overwritten by Copier -_commit: 552b2de +_commit: 5939e98 _src_path: https://github.com/python-project-templates/base.git add_docs: true add_extension: rust diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 8e04362..74c3481 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -36,9 +36,9 @@ jobs: os: ubuntu-latest python: "3.11" target: native - - name: ubuntu-24.04-arm + - name: ubuntu-latest-arm dist_path: dist - os: ubuntu-24.04-arm + os: ubuntu-latest-arm python: "3.11" target: native - name: macos-latest @@ -142,7 +142,7 @@ jobs: shell: bash env: CIBW_ARCHS_LINUX: native - if: matrix.name == 'ubuntu-24.04-arm' + if: matrix.name == 'ubuntu-latest-arm' - name: Build distributions (macOS/Windows) run: |