Skip to content
This repository has been archived by the owner on Jan 23, 2024. It is now read-only.

Latest commit

 

History

History
10 lines (10 loc) · 347 Bytes

RELEASE.md

File metadata and controls

10 lines (10 loc) · 347 Bytes

Release

  • Create new branch and PR
  • Run PyCharm code inspection
  • Run $ pre-commit -all
  • Bump the version with $ poetry version x.x.x or patch
  • 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