Skip to content

Commit 9663ab4

Browse files
Update from Copier (2026-09-13T10-11-00Z)
Signed-off-by: python-templates-copier-update[bot] <python-templates-copier-update[bot]@users.noreply.github.com>
1 parent f373a93 commit 9663ab4

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: 552b2de
2+
_commit: 5939e98
33
_src_path: https://github.com/python-project-templates/base.git
44
add_docs: true
55
add_extension: rust

.github/workflows/build.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ jobs:
3636
os: ubuntu-latest
3737
python: "3.11"
3838
target: native
39-
- name: ubuntu-24.04-arm
39+
- name: ubuntu-latest-arm
4040
dist_path: dist
41-
os: ubuntu-24.04-arm
41+
os: ubuntu-latest-arm
4242
python: "3.11"
4343
target: native
4444
- name: macos-latest
@@ -142,7 +142,7 @@ jobs:
142142
shell: bash
143143
env:
144144
CIBW_ARCHS_LINUX: native
145-
if: matrix.name == 'ubuntu-24.04-arm'
145+
if: matrix.name == 'ubuntu-latest-arm'
146146

147147
- name: Build distributions (macOS/Windows)
148148
run: |

0 commit comments

Comments
 (0)