Files
python/upload-release.sh
2020-04-27 11:36:55 -07:00

4 lines
82 B
Bash
Executable File

rm dist/*
set -e
python3 setup.py sdist bdist_wheel
python3 -m twine upload dist/*