File size: 147 Bytes
4304c6d
 
 
 
 
 
 
 
 
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/*