Skip to content

Commit

Permalink
Add test pypi install to makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Halpert committed Nov 27, 2019
1 parent 89213b1 commit 18109a0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -82,3 +82,6 @@ release-dev: clean ## package and upload a release
release-prod: clean ## package and upload a release
python3 setup.py sdist bdist_wheel --universal
twine upload dist/*

install-from-test-pypi:
pip3 install --index-url https://test.pypi.org/simple/ chartify

0 comments on commit 18109a0

Please sign in to comment.