diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2010-02-24 21:15:00 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2010-02-24 21:15:00 -0500 |
commit | 695a928ea443e7146cd6dccd3718d04ac3031e96 (patch) | |
tree | a16a43e9302f2f5f700839533c3312e62bc02b22 | |
parent | 62d8c7049747d5d529bb16f2427b1130ac1b6e93 (diff) | |
download | python-coveragepy-git-695a928ea443e7146cd6dccd3718d04ac3031e96.tar.gz |
There're always tweaks to the release process during releases.
-rw-r--r-- | howto.txt | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -17,7 +17,7 @@ cd C:\ned\cog\trunk rmdir/s/q htmlcov coverage run --branch cogapp\test_cogapp.py CogTestsInMemory - coverage html -i -d htmlcov + coverage html -i copy/y htmlcov\*.* C:\ned\coverage\trunk\doc\sample_html - Build and publish docs: $ make px publish @@ -28,6 +28,8 @@ - $ make pypi - upload the kits: - $ allkits.cmd 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 : - show/hide the proper versions. - Tag the tree |