Skip to content

Steps to release a new version

Weiyuan Wu edited this page Feb 21, 2022 · 10 revisions

Prerequisites

  • A Github account that has the permission to do a release on this repo.

Steps

  • Bump the version number in both pyproject.toml and __init__.py.
  • Push the change to the develop branch
  • Create an PR to the release branch and merge it.
  • Check the release status in the Github Actions Tab.
Clone this wiki locally