8. push the commit and the tag to `main`
9. use `poetry build` to build the package. The build artificats are usually found in (`./dist`)
10. use `poetry publish` to publish to PyPI
11. On GitHub, create a new release from the version tag:
1. Go to "releases"
2. "Draft new release"
3. choose the tag
4. enter release title and patchnotes
5. attach the build artifacts of this release
6. "Set as latest release"
7. Publish