SafeEyes/build.sh

8 lines
219 B
Bash
Raw Normal View History

2018-03-30 20:23:56 +02:00
#!/bin/bash
rm -rf build/ dist/ safeeyes.egg-info/ .eggs/
python3 setup.py sdist bdist_wheel
twine upload --repository pypitest dist/safeeyes*.tar.gz
clear >$(tty)
twine upload --repository pypitest dist/safeeyes*.whl