How to make a release Bump the version: poetry version <newversion> Update the CHANGES.rst file with the release notes and the new version. Build and publish the package: poetry publish --build