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 /Makefile | |
| parent | 94920c01e81048f9167cd4a2225cdee00659ad16 (diff) | |
| download | python-coveragepy-git-9eb8ffc65e83c14cb6efed3f79b0b3f6de43e20e.tar.gz | |
test.pypi.org is a good thing
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 |
1 files changed, 3 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] |
