File tree Expand file tree Collapse file tree 4 files changed +6
-18
lines changed
Expand file tree Collapse file tree 4 files changed +6
-18
lines changed Original file line number Diff line number Diff line change 4040 with:
4141 version: {% raw %} ${{ matrix.python-version }}{% endraw %}
4242
43- - name: Use Node.js {% raw %} ${{ matrix.node-version }}{% endraw %}
44- uses: actions/setup-node@v4
43+ - uses: actions-ext/node/setup@main
4544 with:
46- node-version: {% raw %} ${{ matrix.node-version }}{% endraw %}
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 = ["{{module}}"]
114+ exclude = ["js"]
114115
115116[tool.hatch.build.hooks.jupyter-builder]
116117build-function = "hatch_jupyter_builder.npm_builder"
Original file line number Diff line number Diff line change 4040 with:
4141 version: {% raw %} ${{ matrix.python-version }}{% endraw %}
4242
43- - name: Use Node.js {% raw %} ${{ matrix.node-version }}{% endraw %}
44- uses: actions/setup-node@v4
43+ - uses: actions-ext/node/setup@main
4544 with:
46- node-version: {% raw %} ${{ matrix.node-version }}{% endraw %}
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 @@ -118,6 +118,7 @@ exclude = [
118118
119119[tool.hatch.build.targets.wheel]
120120packages = [" {{module}} " ]
121+ exclude = [" js " ]
121122
122123[tool.hatch.build.targets.wheel.shared-data]
123124" {{module}} /labextension " = " share /jupyter /labextensions /{{module}} "
You can’t perform that action at this time.
0 commit comments