Script for publishing

This commit is contained in:
evgeny.ezhov 2017-10-18 21:53:41 +03:00
parent 0c8a6f9419
commit 21260436f1

8
publish.sh Executable file
View file

@ -0,0 +1,8 @@
# Clean old dists
rm -r dist
# Create new packege
python setup.py sdist
# Upload to pypi
twine upload dist/*