From 04e38b985dc31c38ac7ca1002eb081367a910383 Mon Sep 17 00:00:00 2001 From: "python-templates-copier-update[bot]" Date: Sun, 13 Sep 2026 10:10:51 +0000 Subject: [PATCH] Update from Copier (2026-09-13T10-10-46Z) 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 80ddbee..3c1e793 100644 --- a/.copier-answers.yaml +++ b/.copier-answers.yaml @@ -1,5 +1,5 @@ # Changes here will be overwritten by Copier -_commit: dcfbd4b +_commit: 5939e98 _src_path: https://github.com/python-project-templates/base.git add_docs: true add_extension: cpp diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index bbf535b..6e8c964 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -33,8 +33,8 @@ jobs: platform: - name: ubuntu-latest os: ubuntu-latest - - name: ubuntu-24.04-arm - os: ubuntu-24.04-arm + - name: ubuntu-latest-arm + os: ubuntu-latest-arm - name: macos-latest os: macos-latest - name: windows-latest @@ -144,7 +144,7 @@ jobs: CIBW_BUILD: "${{ matrix.python.cibuildwheel }}-manylinux*" CIBW_ARCHS_LINUX: native CIBW_BUILD_VERBOSITY: 3 - if: matrix.platform.name == 'ubuntu-24.04-arm' + if: matrix.platform.name == 'ubuntu-latest-arm' - name: Build distributions (macOS) run: |