Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 331 Bytes

RELEASING.md

File metadata and controls

9 lines (8 loc) · 331 Bytes

Notes for maintainers on how to release / publish the project

  • create a release branch
  • update dependencies using poetry update
  • update changelog
  • update version in pyproject.toml
  • add new contributors
  • create a tag for the release
  • publish using poetry build and poetry publish -u __token__ -p <your pypi api token>