Skip to content

Commit

Permalink
build: update release target for testpypi
Browse files Browse the repository at this point in the history
  • Loading branch information
gsong committed Jul 5, 2020
1 parent 7c34c21 commit 030a246
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -60,7 +60,7 @@ release-test: clean # Package and upload a release to testpypi
python setup.py sdist
python setup.py bdist_wheel
twine check dist/*
twine upload --repository test dist/*
twine upload --repository testpypi dist/*
open https://testpypi.python.org/pypi/python-epo-ops-client

sdist: clean
Expand Down

0 comments on commit 030a246

Please sign in to comment.