Skip to content

Commit 27ba58a

Browse files
Update from copier (2026-04-02T23:28:17)
Signed-off-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
1 parent e5a2b77 commit 27ba58a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.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: 6d93d5c
2+
_commit: fead162
33
_src_path: https://github.com/python-project-templates/base.git
44
add_docs: true
55
add_extension: rustjswasm

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
platforms: all
8989
if: runner.os == 'Linux' && runner.arch == 'X64'
9090

91-
- name: Make dist
91+
- name: Make dist (Linux)
9292
run: |
9393
make dist-rs
9494
make dist-py-sdist
@@ -98,7 +98,7 @@ jobs:
9898
CIBW_BUILD: "${{ matrix.cibuildwheel }}-manylinux*"
9999
if: matrix.os == 'ubuntu-latest'
100100

101-
- name: Make dist
101+
- name: Make dist (Macos / Windows)
102102
run: |
103103
make dist-py-wheel
104104
make dist-check

0 commit comments

Comments
 (0)