Skip to content

Commit 1b1a352

Browse files
authored
Merge pull request #34 from python-project-templates/copier-update-2025-04-21T20-31-37
Update from copier (2025-04-21T20:31:37)
2 parents e55299a + 5cd18a0 commit 1b1a352

File tree

3 files changed

+4
-10
lines changed

3 files changed

+4
-10
lines changed

.copier-answers.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Changes here will be overwritten by Copier
2-
_commit: 122ea92
2+
_commit: 839686f
33
_src_path: https://github.com/python-project-templates/base.git
44
add_extension: jupyter
55

.github/workflows/build.yml

+2-9
Original file line numberDiff line numberDiff line change
@@ -40,16 +40,9 @@ jobs:
4040
with:
4141
version: ${{ matrix.python-version }}
4242

43-
- name: Use Node.js ${{ matrix.node-version }}
44-
uses: actions/setup-node@v4
43+
- uses: actions-ext/node/setup@main
4544
with:
46-
node-version: ${{ matrix.node-version }}
47-
48-
- name: Install pnpm
49-
uses: pnpm/action-setup@v4
50-
with:
51-
version: 9
52-
package_json_file: js/package.json
45+
version: 20.x
5346

5447
- name: Install dependencies
5548
run: make develop

pyproject.toml

+1
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ exclude = [
118118

119119
[tool.hatch.build.targets.wheel]
120120
packages = ["python_template_jupyter"]
121+
exclude = ["js"]
121122

122123
[tool.hatch.build.targets.wheel.shared-data]
123124
"python_template_jupyter/labextension" = "share/jupyter/labextensions/python_template_jupyter"

0 commit comments

Comments
 (0)