Przeglądaj źródła

add a widget test to release process

Steven Silvester 5 lat temu
rodzic
commit
7a55e5144e
1 zmienionych plików z 7 dodań i 1 usunięć
  1. 7 1
      RELEASE.md

+ 7 - 1
RELEASE.md

@@ -99,7 +99,13 @@ If there is a network error during JS publish, run `npm run publish:all --skip-b
 Note that the use of `npm` instead of `jlpm` is [significant on Windows](https://github.com/jupyterlab/jupyterlab/issues/6733).
 
 At this point, run the `source scripts/release_test.sh` to test the wheel in
-a fresh conda environment with and without extensions installed.
+a fresh conda environment with and without extensions installed. Open and run
+the Outputs notebook and verify everything runs properly. Also add a cell with the following code and make sure the widget renders:
+
+```python
+from ipywidgets import IntSlider
+IntSlider()
+```
 
 ## Finish