File tree 3 files changed +4
-10
lines changed
3 files changed +4
-10
lines changed Original file line number Diff line number Diff line change 1
1
# Changes here will be overwritten by Copier
2
- _commit : 122ea92
2
+ _commit : 839686f
3
3
_src_path : https://github.com/python-project-templates/base.git
4
4
add_extension : jupyter
5
5
Original file line number Diff line number Diff line change 40
40
with :
41
41
version : ${{ matrix.python-version }}
42
42
43
- - name : Use Node.js ${{ matrix.node-version }}
44
- uses : actions/setup-node@v4
43
+ - uses : actions-ext/node/setup@main
45
44
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
53
46
54
47
- name : Install dependencies
55
48
run : make develop
Original file line number Diff line number Diff line change @@ -118,6 +118,7 @@ exclude = [
118
118
119
119
[tool .hatch .build .targets .wheel ]
120
120
packages = [" python_template_jupyter" ]
121
+ exclude = [" js" ]
121
122
122
123
[tool .hatch .build .targets .wheel .shared-data ]
123
124
"python_template_jupyter/labextension" = " share/jupyter/labextensions/python_template_jupyter"
You can’t perform that action at this time.
0 commit comments