summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2015-09-07 10:50:19 -0400
committerNed Batchelder <ned@nedbatchelder.com>2015-09-07 10:50:19 -0400
commit28aae55f231460779bde7cfc54dbb8ea065dc4ce (patch)
treecc296f29b192547e2de538bf61a93cd34e54029d
parent07323419c33177d0302ecda540ed0ccc9c0d1740 (diff)
downloadpython-coveragepy-git-28aae55f231460779bde7cfc54dbb8ea065dc4ce.tar.gz
4.0b3
-rw-r--r--howto.txt17
1 files changed, 9 insertions, 8 deletions
diff --git a/howto.txt b/howto.txt
index 71e0595e..8851b0b4 100644
--- a/howto.txt
+++ b/howto.txt
@@ -36,16 +36,17 @@
- Kits:
- Source kit:
- $ make kit
- - Windows .exe for each Python
- - $ tox -c tox_winkits.ini
+ - Wheels
+ - $ make wheel
+ - Windows kits
+ - $ hg push
+ - wait about 35 minutes for Appveyor to build kits.
+ - $ make download_appveyor
+ - examine the dist directory, and remove anything that looks malformed.
- Update PyPi:
- $ make pypi
- - upload source kits:
- - $ make kit kit_upload
- - upload wheels (for each platform):
- - $ make wheel kit_upload
- - upload windows kits:
- - $ make winkit kit_upload
+ - upload kits:
+ - $ make kit_upload
- Visit http://pypi.python.org/pypi?%3Aaction=pkg_edit&name=coverage :
- show/hide the proper versions.
- Tag the tree