This MR will improve the Python SDK release process and implement the feedback given by the team.
Add a check to in prep-release.sh to ensure that you are running the script of the latest main
Move the version.py to the root of the repo to combat the import errors due to not packaging the release folder.
This MR will improve the Python SDK release process and implement the feedback given by the team.
Add a check to in
prep-release.sh
to ensure that you are running the script of the latest main Move theversion.py
to the root of the repo to combat the import errors due to not packaging therelease
folder.