Skip to content

Performing a Release

Nils Homer edited this page Jun 11, 2020 · 4 revisions
  • run poetry build && poetry publish
  • tag the release, and update release notes on github
  • bump the minor version in the pyproject.toml file, for example:
-version = "0.1.0"
+version = "0.1.1"
Clone this wiki locally