deemix-py/updatePyPi.sh

8 lines
140 B
Bash
Raw Normal View History

2020-05-26 10:22:09 +00:00
#!/usr/bin/env bash
rm -rd build
rm -rd dist
bump
bump deemix/__init__.py
2020-05-26 10:22:09 +00:00
python3 setup.py sdist bdist_wheel
python3 -m twine upload dist/*