From 419d5a9e5e7c9976c07e745a1792d157fce9ccb4 Mon Sep 17 00:00:00 2001 From: Mark Qvist Date: Wed, 13 Jul 2022 19:16:18 +0200 Subject: [PATCH] Updated makefile --- Makefile | 1 + 1 file changed, 1 insertion(+) 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