File size: 139 Bytes
a8b3f00
 
 
 
 
 
 
 
 
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/*