projects
/
soc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3b8a96a
)
add pypi upload to Makefile
author
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Sun, 18 Apr 2021 12:21:19 +0000
(13:21 +0100)
committer
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Sun, 18 Apr 2021 12:21:19 +0000
(13:21 +0100)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/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
#