diff --git a/Makefile b/Makefile index 14b9fa1..706f815 100644 --- a/Makefile +++ b/Makefile @@ -29,5 +29,6 @@ release: build_wheel apk upload: @echo Ready to publish release, hit enter to continue + @read VOID @echo Uploading to PyPi... twine upload dist/sbapp-* \ No newline at end of file