Severian's picture
Upload 81 files
995af0f verified
raw
history blame
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/*