diff --git a/RELEASE.rst b/RELEASE.rst index cb26c8b..c76adff 100644 --- a/RELEASE.rst +++ b/RELEASE.rst @@ -12,18 +12,18 @@ Tag current commit by running: git tag -a +Install build and twine: + + python3 -m pip install --user --upgrade twine build + Check build: - python setup.py sdist + python -m build Push to github: git push && git push --tags -Install twine: - - python3 -m pip install --user --upgrade twine - Upload to pypi: python3 -m twine upload dist/*