Skip to content

Commit cd5c6cb

Browse files
committed
Update ipywidgets packaging instructions
1 parent 2602dbe commit cd5c6cb

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
@@ -87,7 +87,8 @@ curl -s https://pypi.org/pypi/widgetsnbextension/json | jq -r '[.releases[][] |
8787
Change `ipywidgets/_version.py` to reflect the new version number, and if necessary, a new `__html_manager_version__`. Change the `install_requires` parameter in `setup.py` reference the new widgetsnbextension version.
8888

8989
```
90-
python setup.py sdist bdist_wheel
90+
pip install build
91+
python -m build
9192
twine upload dist/*
9293
```
9394

0 commit comments

Comments
 (0)