Skip to content

Commit

Permalink
Add make command for publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
ihabunek committed Feb 11, 2017
1 parent 362d5ee commit 0a59d94
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,6 @@ dist :

clean :
rm -rf build dist *.egg-info MANIFEST

publish :
twine upload dist/*

0 comments on commit 0a59d94

Please sign in to comment.