Development To test the build locally first, run: python3.12 -m build &> build.log To release a new version to GitHub, run: git tag -s -m "does this GitHub Action work?" v0.0.1 git push --tags