add pypi upload to Makefile
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Sun, 18 Apr 2021 12:21:19 +0000 (13:21 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Sun, 18 Apr 2021 12:21:19 +0000 (13:21 +0100)
Makefile

index 8412997a74c3d17be68fc35c703947a8119dc367..45a42132a5042f5e6a775995848f8d69631cd761 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -66,6 +66,9 @@ ls180_4ksram_verilog_build: ls180_4k_verilog
 test: install
        python3 setup.py test # could just run nosetest3...
 
+pypiupload:
+       $(PYTHON3) setup.py sdist upload
+
 # Minimal makefile for Sphinx documentation
 #