Skip to content

Commit

Permalink
RELEASE.rst: make a release the modern way (#161)
Browse files Browse the repository at this point in the history
  • Loading branch information
deronnax authored Feb 3, 2024
1 parent b04d08e commit 202104a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions RELEASE.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,18 @@ Tag current commit by running:

git tag -a <version>

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/*

0 comments on commit 202104a

Please sign in to comment.