Skip to content

Commit

Permalink
Added release target to Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
mwvaughn committed Mar 3, 2020
1 parent af31450 commit 2f26521
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -69,3 +69,7 @@ format-code:

format-tests:
yapf --recursive --style pep8 -i tests

release:
python setup.py sdist bdist_wheel
twine upload dist/*

0 comments on commit 2f26521

Please sign in to comment.