Skip to content

Performing a Release

Nils Homer edited this page Jun 13, 2022 · 4 revisions
  1. make sure you're on the main branch
  2. run poetry build && poetry publish
  3. tag the release, and update release notes on github
  4. bump the minor version in the pyproject.toml file, for example:
-version = "0.1.0"
+version = "0.1.1"
Clone this wiki locally