Files
python/bin/upload-release.sh
2021-12-29 21:57:16 -08:00

6 lines
84 B
Bash
Executable File

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