-
Notifications
You must be signed in to change notification settings - Fork 4
Home
Steven Christe edited this page Jan 6, 2023
·
2 revisions
- Make sure you have set the version number to the release number
- Run rstcheck on the README.rst file
- Make sure that the documentation builds on readthedocs
- Run
poetry build
- Run
twine check
on the dist - Run
poetry publish
, this uploads it to Pypi - Create a tag
git tag vX.X.X
- Upload the tag to github
git push origin main vX.X.X
- Create the release on GitHub