File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change 42
42
cd jupyterlab_widgets
43
43
python setup.py sdist bdist_wheel
44
44
cp ./dist/* ../dist
45
+ - name : Build PyPI distributions for widgetsnbextension
46
+ run : |
47
+ jlpm
48
+ jlpm run build
49
+ cd widgetsnbextension
50
+ python setup.py sdist bdist_wheel
51
+ cp ./dist/* ../dist
45
52
- name : Build checksum file
46
53
run : |
47
54
cd dist
67
74
dist : ' ipywidgets*.whl'
68
75
- python : ' 3.9'
69
76
dist : ' jupyterlab_widgets*.tar.gz'
77
+ - python : ' 3.9'
78
+ dist : ' widgetsnbextension*.tar.gz'
70
79
- os : windows
71
80
py_cmd : python
72
81
- os : macos
@@ -95,12 +104,12 @@ jobs:
95
104
${{ matrix.py_cmd }} -m pip freeze
96
105
${{ matrix.py_cmd }} -m pip check
97
106
- name : Validate the install
107
+ if : matrix.dist != 'widgetsnbextension*.tar.gz'
98
108
run : |
99
109
${{ matrix.py_cmd }} -m pip install jupyterlab~=3.0
100
110
101
111
jupyter labextension list
102
112
jupyter labextension list 2>&1 | grep -ie "@jupyter-widgets/jupyterlab-manager.*enabled.*ok" -
103
-
104
113
- name : Check the Classic Notebook extension is installed
105
114
if : matrix.dist != 'jupyterlab_widgets*.tar.gz'
106
115
run : |
You can’t perform that action at this time.
0 commit comments