diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2019-06-06 12:27:59 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2019-06-06 12:27:59 -0400 |
commit | 9eb8ffc65e83c14cb6efed3f79b0b3f6de43e20e (patch) | |
tree | 2e04f35ba3f18a209a84d96d5413fc8814301b00 | |
parent | 94920c01e81048f9167cd4a2225cdee00659ad16 (diff) | |
download | python-coveragepy-git-9eb8ffc65e83c14cb6efed3f79b0b3f6de43e20e.tar.gz |
test.pypi.org is a good thing
-rw-r--r-- | Makefile | 3 | ||||
-rw-r--r-- | howto.txt | 2 |
2 files changed, 5 insertions, 0 deletions
@@ -79,6 +79,9 @@ manylinux: kit_upload: twine upload dist/* +test_upload: + twine upload --repository testpypi dist/* + kit_local: # pip.conf looks like this: # [global] @@ -55,6 +55,8 @@ - https://ci.appveyor.com/project/nedbat/coveragepy - $ make download_appveyor - examine the dist directory, and remove anything that looks malformed. + - test the pypi upload: + - $ make test_upload - Update PyPI: - upload kits: - $ make kit_upload |