SafeEyes/build.sh

10 lines
221 B
Bash
Executable File

#!/bin/bash
rm -rf build/ dist/ safeeyes.egg-info/ .eggs/
pip3 install build
python3 -m build
twine upload --repository pypitest dist/safeeyes*.tar.gz
clear >$(tty)
twine upload --repository pypitest dist/safeeyes*.whl