Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .copier-answers.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Changes here will be overwritten by Copier
_commit: 122ea92
_commit: 839686f
_src_path: https://github.com/python-project-templates/base.git
add_extension: jupyter
email: 3105306+timkpaine@users.noreply.github.com
Expand Down
11 changes: 2 additions & 9 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,16 +40,9 @@ jobs:
with:
version: ${{ matrix.python-version }}

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
- uses: actions-ext/node/setup@main
with:
node-version: ${{ matrix.node-version }}

- name: Install pnpm
uses: pnpm/action-setup@v4
with:
version: 9
package_json_file: js/package.json
version: 20.x

- name: Install dependencies
run: make develop
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ exclude = [

[tool.hatch.build.targets.wheel]
packages = ["python_template_jupyter"]
exclude = ["js"]

[tool.hatch.build.targets.wheel.shared-data]
"python_template_jupyter/labextension" = "share/jupyter/labextensions/python_template_jupyter"
Expand Down
Loading