Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
Trying setuptools upgrade for new pypi release instructions.
  • Loading branch information
ejacox authored Jul 18, 2017
1 parent 63816e6 commit 95f7ca4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ integration_test: check_venv check_build_reqs sdist push_docker


pypi: check_venv check_clean_working_copy check_running_on_jenkins
$(pip) install setuptools --upgrade
$(python) setup.py egg_info sdist bdist_egg upload
clean_pypi:
- rm -rf build/
Expand Down

0 comments on commit 95f7ca4

Please sign in to comment.