From: Luke Kenneth Casson Leighton Date: Sun, 18 Apr 2021 12:21:19 +0000 (+0100) Subject: add pypi upload to Makefile X-Git-Url: https://git.libre-soc.org/?p=soc.git;a=commitdiff_plain;h=d27d8b7aa607d641b1f963b4db5cc05c834ad65c add pypi upload to Makefile --- diff --git a/Makefile b/Makefile index 8412997a..45a42132 100644 --- 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 #