fixed upload to pypi

This commit is contained in:
Abubakar Abid 2020-08-12 10:34:20 -05:00
parent 8e16edb3a5
commit dd86fde551

View File

@ -1,7 +1,8 @@
#!/bin/bash
# Before running this, go to setup.py and update the version # of the library
echo "Make sure to update the version number in setup.py!!!"
echo "Make sure to update the version number in setup.py!!! Pulling latest changes from origin/master..."
git pull origin master
rm -r dist/*
rm -r build/*
python setup.py sdist bdist_wheel