Plan on how to do CI/CD Lets say current version is 1.2.3 New features: Make a new branch. Make changes. Push+merge Github actions will: 0. Do normal testing etc. Hatch will bump the minor version to 1.3.3 Git tag with current version Publish to pypi merge