@ -1,4 +1,5 @@
import subprocess
subprocess.call('python setup.py sdist')
subprocess.call('python setup.py sdist bdist_wheel upload')
subprocess.call('python setup.py bdist_wheel --universal')
subprocess.call('twine upload dist/*')