Skip to content

Commit c5ea9ec

Browse files
authored
Merge pull request #86 from python-project-templates/copier-update-2026-04-02T23-28-23
Update from copier (2026-04-02T23:28:23)
2 parents d320ec0 + b3b6346 commit c5ea9ec

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)