Skip to content

Commit

Permalink
Fix typo 'text' -> 'test'
Browse files Browse the repository at this point in the history
  • Loading branch information
sh4nks committed May 30, 2020
1 parent c486090 commit 6baa07a
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
@@ -1,4 +1,4 @@
.PHONY: text tox clean wheel upload docs
.PHONY: test tox clean wheel upload docs

test:
pytest
Expand All @@ -13,7 +13,7 @@ clean:
find . -name '__pycache__' -exec rm -rf {} +

wheel:
python setup.py bdist_wheel
python setup.py sdist bdist_wheel

upload:
twine upload dist/* --skip-existing
Expand Down

0 comments on commit 6baa07a

Please sign in to comment.