Skip to content

Publishing Pypi Package

Seth Shelnutt edited this page Feb 25, 2021 · 2 revisions

Publishing to Pypi is automated through Azure Pipelines. The following are the steps needed to trigger a release:

  1. Create a github release a. Set the git tag to vX.Y.Z, important that the tag is preceded by v b. Include change log details

After the above steps are completed when the Azure pipelines as passed a new release will show up on Pypi

Clone this wiki locally