Workflow for Release
Goto
pyproject.tomland bump the version.Goto
CHANGELOG.mdand bump the version.git add *git commit -S -m "Bump version for release vX.Y.Z"Add a tag
git tag -s 'vX.Y.Z' -m 'Release vX.Y.Z'.Push tag
git push origin vX.Y.Z.Goto Releases and
Draft new release.Add changelog to release and create the new release.