add pypi upload to Makefile
[soc.git] / 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
 #