Skip to content

Releasing a New Version

Pavlin Poličar edited this page Feb 15, 2023 · 3 revisions
  1. Bump the version in version.py
  2. Commit changes and create a new tag prefixed with v, e.g. v0.1.2.
  3. Push to Github - the tag should trigger a Release job on Azure
  4. On Azure, go to Pipelines > Release (name of pipeline), open build, click on ... at top right and select Release
  5. Verify that all the files have been uploaded to PyPi
  6. After a while, the conda-forge bot will automatically detect the new package on PyPi and open a PR, which just needs to be merged
Clone this wiki locally