Add release instructions for PyPI

This commit is contained in:
Jakub Kadlcik 2022-07-21 11:00:34 +02:00
parent 4638a05b76
commit 4c4b1268b3

View file

@ -17,6 +17,8 @@ If you are releasing a new version of Tito, please follow these steps:
6. Push new version into Fedora DistGit and build it in Koji
`tito release fedora`
7. Make sure those builds succeeds and submit updates into Bodhi
8. Release into PyPI with `python3 setup.py sdist` and `twine upload
dist/<NAME-VERSION>.tar.gz`