Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Added make script to publish to pypi
  • Loading branch information
Ole Henrik Skogstrøm authored and Ole Henrik Skogstrøm committed Dec 27, 2018
1 parent 23c96a2 commit 52fbb15
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Expand Up @@ -14,6 +14,10 @@ open_doc:
clean_doc:
rm -rf docs/build/

publish:
python setup.py sdist bdist_wheel upload


.DEFAULT_GOAL := show-help

# Inspired by <http://marmelab.com/blog/2016/02/29/auto-documented-makefile.html>
Expand Down

0 comments on commit 52fbb15

Please sign in to comment.