Skip to content

Commit dc96e94

Browse files
authored
Merge pull request #69 from python-project-templates/copier-update-2026-04-02T23-28-17
Update from copier (2026-04-02T23:28:17)
2 parents e5a2b77 + 27ba58a commit dc96e94

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)