File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -49,24 +49,23 @@ jobs:
49
49
50
50
- name : Install dependencies
51
51
run : |
52
- python -m pip install --upgrade pip wheel
53
- python -m pip install setuptools jupyter_packaging "jupyterlab>=3,<4"
52
+ python -m pip install --upgrade pip wheel build
54
53
- name : Build PyPI distributions for ipywidgets
55
54
run : |
56
- python setup.py sdist bdist_wheel
55
+ python -m build
57
56
- name : Build PyPI distributions for jupyterlab_widgets
58
57
run : |
59
58
jlpm
60
59
jlpm run build
61
60
cd jupyterlab_widgets
62
- python setup.py sdist bdist_wheel
61
+ python -m build
63
62
cp ./dist/* ../dist
64
63
- name : Build PyPI distributions for widgetsnbextension
65
64
run : |
66
65
jlpm
67
66
jlpm run build
68
67
cd widgetsnbextension
69
- python setup.py sdist bdist_wheel
68
+ python -m build
70
69
cp ./dist/* ../dist
71
70
- name : Build checksum file
72
71
run : |
You can’t perform that action at this time.
0 commit comments