Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 248 Bytes

RELEASING.md

File metadata and controls

12 lines (10 loc) · 248 Bytes

How to make a release

  1. Bump the version:
poetry version <newversion>
  1. Update the CHANGES.rst file with the release notes and the new version.
  2. Build and publish the package:
poetry publish --build