Release Steps#

Update Version#

Update the new version number in evadb/version.py.

Update master with staging#

Simply point master head to the latest commit of staging.

git checkout master
git reset --hard <latest commit of staging>
git push -f origin master

Setup Credentials#

Please check Setup PyPI Account about how to setup PyPI account.

Setup Github token. You can obtain a personal token from Github.

export GITHUB_KEY="..."

Build Wheel and Release#

python script/releasing/releaser.py -n minor -u