Skip to content

Commit

Permalink
v0.2.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
lausek committed Jan 14, 2022
1 parent b4b5fea commit f563ae7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,9 @@ Publishing is done like this (don't forget to bump the version in `setup.py`):
``` bash
pip3 install twine # optional

git tag -a <version>
git push --tags

python3 setup.py sdist bdist_wheel
twine check "dist/*"
twine upload "dist/*"
Expand Down

0 comments on commit f563ae7

Please sign in to comment.