-
Notifications
You must be signed in to change notification settings - Fork 27
Release to PyPi
yuenmichelle1 edited this page Nov 10, 2022
·
1 revision
When we are ready to publish a new version of python client to PyPi, we will need to follow these steps:
- Update the
version
onsetup.py
- Update
CHANGELOG.md
with all the new changes. - Run the Publish to Test PyPi GH action. (This is to ensure that nothing breaks when we publish to actual PyPi).
- If all is well, run the Publish to PyP GH action.