Skip to content

Commit a20f186

Browse files
committed
Update release process
1 parent 5965cfc commit a20f186

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

RELEASE.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@ Process
4646
- Publish on PyPi::
4747

4848
git clean -fxd
49-
python setup.py sdist bdist_wheel
49+
pip install build wheel twine
50+
python -m build --sdist --wheel
5051
twine upload -s dist/*
5152

5253
- Update ``__version__`` in ``numpydoc/__init__.py``.

0 commit comments

Comments
 (0)