updated PyPi version

This commit is contained in:
Ali Abid 2021-07-08 15:19:42 -07:00
parent b849145d41
commit 019d236d16

View File

@ -24,8 +24,8 @@ fi
rm -r dist/*
rm -r build/*
python setup.py sdist bdist_wheel
python -m twine upload dist/*
python3 setup.py sdist bdist_wheel
python3 -m twine upload dist/*
git add -A
git commit -m "updated PyPi version"
git push origin master