File size: 139 Bytes
5ec6b0e
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
#!/bin/bash

set -e

rm -rf build dist *.egg-info

pip install setuptools wheel twine
python setup.py sdist bdist_wheel
twine upload dist/*