Replace x.y.z below with the new version.
- Bump the
__version__
inflask_resty/__init__.py
. - Commit:
git commit -m "vx.y.z"
- Tag the commit:
git tag vx.y.z
- Push the tag:
git push --tags origin master
GitHub Actions will take care of releasing to PyPI.