Skip to content

Commit e539e80

Browse files
committed
cleanup
1 parent 7c7d400 commit e539e80

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/actions/build-dist/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ runs:
99
- name: Install dependencies
1010
shell: bash
1111
run: |
12-
python -m pip install --upgrade jupyter_packaging~=0.10 "jupyterlab>=4.0.0a30,<5" build
12+
python -m pip install hatch
1313
1414
- name: Build pypi distributions
1515
shell: bash
1616
run: |
17-
python -m build
17+
hatch build
1818
1919
- name: Build npm distributions
2020
shell: bash

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ classifiers = [
3131
]
3232
dependencies = [
3333
"jupyter_server>=1.16.0,<2",
34-
"importlib-resources>=1.4;python_version<\"3.9\"",
34+
"importlib-resources>=5.0;python_version<\"3.9\"",
3535
"jupyterlab>=4.0.0a30,<5",
3636
"jupyterlab_server>=2.13,<3",
3737
"notebook_shim>=0.1,<0.2",

0 commit comments

Comments
 (0)