diff --git a/Makefile b/Makefile index 24f3e3b..c816816 100644 --- a/Makefile +++ b/Makefile @@ -3,6 +3,8 @@ devapk: apk: make -C sbapp apk + mkdir -p ./dist + cp sbapp/bin/sideband-*-release.apk ./dist/ install: make -C sbapp install @@ -23,4 +25,8 @@ cleanall: clean cleanbuildozer build_wheel: python3 setup.py sdist bdist_wheel -release: build_wheel apk \ No newline at end of file +release: build_wheel apk + +upload: + @echo Uploading to PyPi... + twine upload dist/sbapp-* \ No newline at end of file