Skip to content

Commit c3105eb

Browse files
Update from Copier (2026-09-13T10-12-25Z)
Signed-off-by: python-templates-copier-update[bot] <python-templates-copier-update[bot]@users.noreply.github.com>
1 parent 5ba1636 commit c3105eb

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

.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
@@ -146,7 +146,7 @@ jobs:
146146
CIBW_BUILD: "cp311-manylinux*"
147147
CIBW_ARCHS_LINUX: native
148148
CIBW_BUILD_VERBOSITY: 3
149-
if: matrix.name == 'ubuntu-24.04-arm'
149+
if: matrix.name == 'ubuntu-latest-arm'
150150

151151
- name: Build distributions (macOS)
152152
run: |

0 commit comments

Comments
 (0)