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: |