Skip to content

Commit

Permalink
Add release instructions for PyPI
Browse files Browse the repository at this point in the history
  • Loading branch information
FrostyX committed Jul 21, 2022
1 parent 4638a05 commit 4c4b126
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doc/maintenance.md
Original file line number Diff line number Diff line change
@@ -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

This comment has been minimized.

Copy link
@webknjaz

webknjaz Jul 26, 2022

Invoking setup.py directly is deprecated: https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html. Use python -m build instead.

dist/<NAME-VERSION>.tar.gz`



0 comments on commit 4c4b126

Please sign in to comment.