Remove build.sh

build.sh has been replaced by GitHub actions and is therefore removed.
This commit is contained in:
Tero Paloheimo 2023-12-30 20:07:42 +02:00
parent cca84acde1
commit e087e8b94e
1 changed files with 0 additions and 8 deletions

View File

@ -1,8 +0,0 @@
#!/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