- Create new branch and PR
- Run PyCharm code inspection
- Run
$ pre-commit -all
- Bump the version with
$ poetry version x.x.x
orpatch
- Export requirements
$ poetry export -o requirements.txt
- Commit changes and push
- When CI is successful merge the PR
- Create release in Github
- Publish to pypi
$ poetry publish --build
This repository has been archived by the owner on Jan 23, 2024. It is now read-only.