Files
python/bin/upload-release.sh
2020-04-28 14:51:39 -07:00

7 lines
159 B
Bash
Executable File

rm dist/*
set -e
bin/regen-docs.sh
pandoc --from=markdown --to=rst --output=README README.md
python3 setup.py sdist bdist_wheel
python3 -m twine upload dist/*