From: Luke Kenneth Casson Leighton Date: Sun, 11 Apr 2021 23:57:51 +0000 (+0100) Subject: add pypi upload to Makefile X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=fbda7a6395bc2f6355e5ccaa982f6d11d0a42809;p=nmutil.git add pypi upload to Makefile --- 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