modified upload script

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

View File

@ -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