diff --git a/build.sh b/build.sh index 8474596..2a1fb8c 100755 --- a/build.sh +++ b/build.sh @@ -2,7 +2,8 @@ rm -rf build/ dist/ safeeyes.egg-info/ .eggs/ -python3 setup.py sdist bdist_wheel +pip3 install build +python3 -m build twine upload --repository pypitest dist/safeeyes*.tar.gz clear >$(tty) -twine upload --repository pypitest dist/safeeyes*.whl \ No newline at end of file +twine upload --repository pypitest dist/safeeyes*.whl