MGFeng's picture
Upload 15 files
c0c85fc verified
Raw
History Blame Contribute Delete
139 Bytes
#!/bin/bash
set -e
rm -rf build dist *.egg-info
pip install setuptools wheel twine
python setup.py sdist bdist_wheel
twine upload dist/*