From d27d8b7aa607d641b1f963b4db5cc05c834ad65c Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Sun, 18 Apr 2021 13:21:19 +0100 Subject: [PATCH] add pypi upload to Makefile --- Makefile | 3 +++ 1 file changed, 3 insertions(+) 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 # -- 2.30.2