deemix-py/updatePyPi.sh
RemixDev 565b205262 Added logging to files
logs are located in the logs folder inside deemix config folder
2020-07-01 16:33:47 +02:00

8 lines
140 B
Bash
Executable file

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