diff --git a/RELEASE.md b/RELEASE.md index 1a19e33..d84035c 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -50,13 +50,6 @@ Example `version number` https://github.com/scientific-python/devstats/tags -- Publish on PyPi: - - git clean -fxd - pip install -U build twine wheel - python -m build --sdist --wheel - twine upload -s dist/* - - Update `version` in `pyproject.toml`. - Commit changes: