Skip to content

Commit

Permalink
feat(Makefile): add publish commands
Browse files Browse the repository at this point in the history
  • Loading branch information
h2non committed Mar 6, 2017
1 parent 0a489a9 commit 48aff3b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,8 @@ release: clean publish
@tar czf $(filename) grappa setup.py README.rst LICENSE

publish:
@python setup.py sdist register upload
@echo "$(OK_COLOR)==> Releasing package $(version)...$(NO_COLOR)"
@python setup.py register
@python setup.py sdist upload
@python setup.py bdist_wheel --universal upload
@rm -fr build dist .egg pook.egg-info

0 comments on commit 48aff3b

Please sign in to comment.