File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
.github/actions/build-dist Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 9
9
- name : Install dependencies
10
10
shell : bash
11
11
run : |
12
- python -m pip install --upgrade jupyter_packaging~=0.10 "jupyterlab>=4.0.0a30,<5" build
12
+ python -m pip install hatch
13
13
14
14
- name : Build pypi distributions
15
15
shell : bash
16
16
run : |
17
- python -m build
17
+ hatch build
18
18
19
19
- name : Build npm distributions
20
20
shell : bash
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ classifiers = [
31
31
]
32
32
dependencies = [
33
33
" jupyter_server>=1.16.0,<2" ,
34
- " importlib-resources>=1.4 ;python_version<\" 3.9\" " ,
34
+ " importlib-resources>=5.0 ;python_version<\" 3.9\" " ,
35
35
" jupyterlab>=4.0.0a30,<5" ,
36
36
" jupyterlab_server>=2.13,<3" ,
37
37
" notebook_shim>=0.1,<0.2" ,
You can’t perform that action at this time.
0 commit comments