From fbda7a6395bc2f6355e5ccaa982f6d11d0a42809 Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Mon, 12 Apr 2021 00:57:51 +0100 Subject: [PATCH] add pypi upload to Makefile --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index e33b622..0e4eb51 100644 --- a/Makefile +++ b/Makefile @@ -5,3 +5,6 @@ install: test: $(PYTHON3) setup.py test # could just run nosetest3... + +pypiupload: + $(PYTHON3) setup.py sdist upload -- 2.30.2