summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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