Skip to content

Commit 23c83e3

Browse files
committed
Fix widgetsnbextension release docs
1 parent 37f7189 commit 23c83e3

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
@@ -73,7 +73,8 @@ curl -s https://pypi.org/pypi/jupyterlab-widgets/json | jq -r '[.releases[][] |
7373

7474
Go into the `widgetsnbextension` directory. Change `widgetsnbextension/_version.py` to reflect the new version number.
7575
```
76-
python setup.py sdist bdist_wheel
76+
pip install build
77+
python -m build
7778
twine upload dist/*
7879
```
7980

0 commit comments

Comments
 (0)