diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2012-09-29 22:35:09 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2012-09-29 22:35:09 -0400 |
commit | 934f545d69dd98bc2a601fa41e36a2ceb688392e (patch) | |
tree | dae276df365fb69b5442ea3881d1f8550a8e11ee /howto.txt | |
parent | 4a5a45d18135f4ccc72bcea05e13175f52ee2f85 (diff) | |
download | python-coveragepy-git-934f545d69dd98bc2a601fa41e36a2ceb688392e.tar.gz |
Need a new tox-based way to upload kits to pypicoverage-3.5.3
Diffstat (limited to 'howto.txt')
-rw-r--r-- | howto.txt | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -37,7 +37,8 @@ - Update PyPi: - $ make pypi - upload the kits: - - $ allkits.cmd upload + - $ make kit_upload + - $ tox -c tox_winkits.ini upload # note: this seems to try to upload each file twice, so you'll have a # successful upload, then a failure, but the file gets there. - Visit http://pypi.python.org/pypi?%3Aaction=pkg_edit&name=coverage : |