Skip to content

Commit 94ac7ac

Browse files
authored
Merge pull request #32 from python-project-templates/copier-update-2026-06-03T01-45-59
Update from copier from copier (2026-06-03T01:45:59)
2 parents ccca198 + c6d1df8 commit 94ac7ac

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: 2f2c13b
2+
_commit: 9b3c202
33
_src_path: https://github.com/python-project-templates/base.git
44
add_docs: false
55
add_extension: python

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,15 @@ jobs:
3333
python-version: ["3.11"]
3434

3535
steps:
36-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
36+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
3737

3838
- uses: actions-ext/python/setup@main
3939
with:
4040
version: ${{ matrix.python-version }}
4141

4242
- uses: actions-ext/node/setup@main
4343
with:
44-
version: 20.x
44+
version: 22.x
4545
js_folder: hatch_js/tests/test_project_basic/js
4646

4747
- name: Install dependencies
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)