Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 282 Bytes

DISTRIBUTE.md

File metadata and controls

20 lines (13 loc) · 282 Bytes

Build instructions

  1. Change version at pyproject.toml

Remember to use rc as suffix for release candidates.

  1. Build it
poetry build
  1. Upload
python -m twine upload --repository pypi dist/*
  1. Write CHANGELOG.md
  2. Merge to master and tag the commit.