KAG/upload_dev.sh

7 lines
81 B
Bash

rm -rf build
rm -rf dist
python setup.py sdist bdist_wheel
twine upload dist/*