2
0
mirror of https://github.com/gradio-app/gradio.git synced 2025-04-24 13:01:18 +08:00

modified upload script

This commit is contained in:
Abubakar Abid 2022-01-20 21:59:27 -06:00
parent 96dd92ec71
commit 7fc0c83beb

@ -22,5 +22,5 @@ rm -r build/*
python3 setup.py sdist bdist_wheel
python3 -m twine upload dist/*
git add -A
git commit -m "updated PyPi version"
git commit -m "updated PyPi version to $new_version"
git push origin master