Skip to content

Commit 6632971

Browse files
authored
Merge pull request #95 from python-project-templates/copier-update-2026-05-27T16-37-51
Update from copier from copier (2026-05-27T16:37:51)
2 parents 4d90e50 + 9242c87 commit 6632971

3 files changed

Lines changed: 5 additions & 3 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: b5fb449
2+
_commit: b8951e0
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
@@ -32,7 +32,7 @@ jobs:
3232
os: [ubuntu-latest, macos-latest, windows-latest]
3333
python-version: ["3.11"]
3434
cibuildwheel: ["cp311"]
35-
node-version: [20.x]
35+
node-version: [22.x]
3636

3737
steps:
3838
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
@@ -45,7 +45,7 @@ jobs:
4545

4646
- uses: actions-ext/node/setup@main
4747
with:
48-
version: 22.x
48+
version: ${{ matrix.node-version }}
4949

5050
- name: Install dependencies
5151
run: make develop

js/pnpm-workspace.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
allowBuilds:
2+
esbuild: true

0 commit comments

Comments
 (0)