Doing a release
- Commit things
- Ensure the version's bumped in
pyproject.toml
- Do the tag:
git tag -a v0.0.10 -m 'Lint all the things'
- Check the tag showed up:
git tag
- Check the tag:
git show v0.0.10
- Push the tag:
git push origin v0.0.10
- Draft a release on Github
- Publish to pypi:
poetry publish