When releasing a new version, the following needs to occur:
Pull the latest main branch
git pull origin main
Ensure all test via
tox
passAdd version Tag
git tag -a v#.#.# git push --tags
Github Actions won tag creation will build/publish to PyPI
Ensure proper build on: https://test.pypi.org/project/foremast-utils/#history