Skip to content

Release to PyPi

yuenmichelle1 edited this page Nov 10, 2022 · 1 revision

Publish to PyPi

When we are ready to publish a new version of python client to PyPi, we will need to follow these steps:

  1. Update the version on setup.py
  2. Update CHANGELOG.md with all the new changes.
  3. Run the Publish to Test PyPi GH action. (This is to ensure that nothing breaks when we publish to actual PyPi).
  4. If all is well, run the Publish to PyP GH action.