Skip to content

Commit

Permalink
Added twine to release command
Browse files Browse the repository at this point in the history
  • Loading branch information
mongkok committed Feb 1, 2020
1 parent 7129412 commit 5103856
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 @@ -20,7 +20,7 @@ test-all:
@tox

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

.PHONY: help test coverage test-all release

0 comments on commit 5103856

Please sign in to comment.