Skip to content

Commit

Permalink
Fix release target
Browse files Browse the repository at this point in the history
  • Loading branch information
kislyuk committed Jan 2, 2019
1 parent 13d9974 commit 980c69c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ init_docs:
docs:
$(MAKE) -C docs html

install: clean version
install: clean
pip install wheel
python setup.py bdist_wheel
pip install --upgrade dist/*.whl
Expand Down

0 comments on commit 980c69c

Please sign in to comment.