kikuepi's picture
Upload 4913 files
4304c6d verified
raw
history blame contribute delete
147 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/*