Skip to content

Commit

Permalink
refactor(Makefile): update publish task
Browse files Browse the repository at this point in the history
  • Loading branch information
h2non committed Jan 6, 2017
1 parent 1d0b9d9 commit d6ad756
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
6 changes: 4 additions & 2 deletions Makefile
Expand Up @@ -45,5 +45,7 @@ release: clean bump push-tag publish

publish:
@echo "$(OK_COLOR)==> Releasing package ...$(NO_COLOR)"
@rm -rf dist
@python setup.py sdist bdist_wheel register upload
@python setup.py register
@python setup.py sdist upload
@python setup.py bdist_wheel --universal upload
@rm -fr build dist .egg riprova.egg-info
6 changes: 0 additions & 6 deletions setup.cfg

This file was deleted.

0 comments on commit d6ad756

Please sign in to comment.