Skip to content

Commit

Permalink
Modify rules for setup target
Browse files Browse the repository at this point in the history
  • Loading branch information
thombashi committed Apr 28, 2020
1 parent f316caf commit 330e9cb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,10 @@ fmt:

.PHONY: release
release:
@tox -e release
@python setup.py release --sign
@make clean

.PHONY: setup
setup:
@pip install --upgrade -e .[test] tox
@pip install --upgrade -e .[test] releasecmd tox
pip check

0 comments on commit 330e9cb

Please sign in to comment.