- Write code
- We follow PEP8 & the Google Python Style Guide.
- We use black to format all of our code. Always.
- Write a good commit message(s)
- Open a pull request
Thank you! 🎉
-
Bump the version (see
poetry help version
for more info):make release version=minor
-
Push the new tag and the GitHub workflow automatically should build the package and upload it to pypi.org:
git push --follow-tags