deemix-py/updatePyPi.sh

8 lines
162 B
Bash
Raw Permalink Normal View History

2020-05-26 12:22:09 +02:00
#!/usr/bin/env bash
rm -rd build
rm -rd dist
2021-03-19 14:31:32 +01:00
#python -m bump
#python -m bump deemix/__init__.py
2020-05-26 12:22:09 +02:00
python3 setup.py sdist bdist_wheel
python3 -m twine upload dist/*