Skip to content

Commit b3b6346

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

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: 9be318c
2+
_commit: fead162
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,15 +81,15 @@ jobs:
8181
platforms: all
8282
if: runner.os == 'Linux' && runner.arch == 'X64'
8383

84-
- name: Make dist
84+
- name: Make dist (Linux)
8585
run: |
8686
make dist-rs
8787
make dist-py-sdist
8888
make dist-py-wheel
8989
make dist-check
9090
if: matrix.os == 'ubuntu-latest'
9191

92-
- name: Make dist
92+
- name: Make dist (Macos / Windows)
9393
run: |
9494
make dist-py-wheel
9595
make dist-check

0 commit comments

Comments
 (0)