File tree Expand file tree Collapse file tree 3 files changed +4
-10
lines changed
Expand file tree Collapse file tree 3 files changed +4
-10
lines changed Original file line number Diff line number Diff line change 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
44add_extension : js
55email : 3105306+timkpaine@users.noreply.github.com
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -111,6 +111,7 @@ exclude = [
111111
112112[tool .hatch .build .targets .wheel ]
113113packages = [" python_template_js" ]
114+ exclude = [" js" ]
114115
115116[tool .hatch .build .hooks .jupyter-builder ]
116117build-function = " hatch_jupyter_builder.npm_builder"
You can’t perform that action at this time.
0 commit comments