Skip to content

Commit

Permalink
fix(Makefile): lovely tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
h2non committed Feb 26, 2020
1 parent afd0910 commit e62e9ee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Expand Up @@ -48,6 +48,6 @@ release: clean publish

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

0 comments on commit e62e9ee

Please sign in to comment.