Version releases on Pypi and GitHub are handled automatically through GitHub actions. The steps to push a new release are:
- Update
CHANGELOG.mdwith a new version and release notes. - Create a tagged Git commit with the above changes:
git tag v0.0.1 - Push the commit and tags to GitHub using:
git push origin --tags