From 202104a0588ed19cca75bb78de7bbe88f3efff4f Mon Sep 17 00:00:00 2001 From: Mathieu Dupuy Date: Sat, 3 Feb 2024 14:44:25 +0100 Subject: [PATCH] RELEASE.rst: make a release the modern way (#161) --- RELEASE.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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/*