From fdde6b06db1275124d9bce76db6fa2b33503b3cc Mon Sep 17 00:00:00 2001 From: Samuel Abels Date: Mon, 10 Jul 2017 22:07:00 +0200 Subject: [PATCH] update makefile for publishing to PIP --- Makefile | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/Makefile b/Makefile index 0ae4029e..edce8307 100644 --- a/Makefile +++ b/Makefile @@ -68,11 +68,6 @@ dist: targz tarbz wheel # Publishers. ################################################################### dist-publish: dist - mkdir -p $(DISTDIR)/ - for i in dist/*; do \ - mv $$i $(DISTDIR)/`basename $$i | tr '[:upper:]' '[:lower:]'`; \ - done - -.PHONY : doc-publish -doc-publish: - cd doc; make publish + ./version.sh + python setup.py bdist_wheel --universal register upload + ./version.sh --reset