Skip to content

Commit

Permalink
update makefile for publishing to PIP
Browse files Browse the repository at this point in the history
  • Loading branch information
knipknap committed Jul 10, 2017
1 parent 4f7528d commit fdde6b0
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit fdde6b0

Please sign in to comment.