python setup.py bdist_wheel sdist # update stuff
twine upload dist/*  upload to pip

twine upload --skip-existing dist/* # upload new shit
