Skip to content

Commit 3a32609

Browse files
docs: improve release instructions
1 parent f37bb30 commit 3a32609

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/source/dev_release.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ conda deactivate
99
conda remove --all -y -n releasewidgets
1010
rm -rf ipywidgets
1111
12-
conda create -c conda-forge --override-channels -y -n releasewidgets notebook nodejs yarn twine jupyterlab=3 jupyter-packaging python-build
12+
conda create -c conda-forge --override-channels -y -n releasewidgets notebook nodejs yarn twine jupyterlab=3 jupyter-packaging python-build python=3.9 traitlets
1313
conda activate releasewidgets
1414
1515
git clone [email protected]:jupyter-widgets/ipywidgets.git
@@ -27,6 +27,7 @@ First, update the relevant model specification versions. For example, the commit
2727
Next, regenerate the model spec with the new version numbers by doing something like this in the repository root directory:
2828

2929
```
30+
(cd python/ipywidgets; pip install -e .)
3031
python ./packages/schema/generate-spec.py -f json-pretty packages/schema/jupyterwidgetmodels.latest.json
3132
python ./packages/schema/generate-spec.py -f markdown packages/schema/jupyterwidgetmodels.latest.md
3233
```

0 commit comments

Comments
 (0)