Skip to content

Commit

Permalink
fixed makefile gating
Browse files Browse the repository at this point in the history
  • Loading branch information
leblancfg committed Jul 9, 2019
1 parent fad3aa3 commit c826e06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ pypi-test:
python setup.py sdist
twine upload dist/* -r testpypi

pypi: pypi-test
pypi:
twine upload dist/*

check:
Expand All @@ -14,4 +14,4 @@ check:
@flake8 --exclude=./env --max-complexity=8 --count .
@pytest

.PHONY: check
.PHONY: check pypi pypi-test

0 comments on commit c826e06

Please sign in to comment.