Skip to content

Commit 04e38b9

Browse files
Update from Copier (2026-09-13T10-10-46Z)
Signed-off-by: python-templates-copier-update[bot] <python-templates-copier-update[bot]@users.noreply.github.com>
1 parent b0b17df commit 04e38b9

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.copier-answers.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Changes here will be overwritten by Copier
2-
_commit: dcfbd4b
2+
_commit: 5939e98
33
_src_path: https://github.com/python-project-templates/base.git
44
add_docs: true
55
add_extension: cpp

.github/workflows/build.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ jobs:
3333
platform:
3434
- name: ubuntu-latest
3535
os: ubuntu-latest
36-
- name: ubuntu-24.04-arm
37-
os: ubuntu-24.04-arm
36+
- name: ubuntu-latest-arm
37+
os: ubuntu-latest-arm
3838
- name: macos-latest
3939
os: macos-latest
4040
- name: windows-latest
@@ -144,7 +144,7 @@ jobs:
144144
CIBW_BUILD: "${{ matrix.python.cibuildwheel }}-manylinux*"
145145
CIBW_ARCHS_LINUX: native
146146
CIBW_BUILD_VERBOSITY: 3
147-
if: matrix.platform.name == 'ubuntu-24.04-arm'
147+
if: matrix.platform.name == 'ubuntu-latest-arm'
148148

149149
- name: Build distributions (macOS)
150150
run: |

0 commit comments

Comments
 (0)