summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2010-02-24 21:15:00 -0500
committerNed Batchelder <ned@nedbatchelder.com>2010-02-24 21:15:00 -0500
commit695a928ea443e7146cd6dccd3718d04ac3031e96 (patch)
treea16a43e9302f2f5f700839533c3312e62bc02b22
parent62d8c7049747d5d529bb16f2427b1130ac1b6e93 (diff)
downloadpython-coveragepy-git-695a928ea443e7146cd6dccd3718d04ac3031e96.tar.gz
There're always tweaks to the release process during releases.
-rw-r--r--howto.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/howto.txt b/howto.txt
index 311f2acb..6e6c0758 100644
--- a/howto.txt
+++ b/howto.txt
@@ -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