deemix-py/updatePyPi.sh
2020-05-26 12:22:09 +02:00

7 lines
116 B
Bash
Executable file

#!/usr/bin/env bash
rm -rd build
rm -rd dist
bump
python3 setup.py sdist bdist_wheel
python3 -m twine upload dist/*