summaryrefslogtreecommitdiff
path: root/howto.txt
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2016-01-23 19:30:47 -0500
committerNed Batchelder <ned@nedbatchelder.com>2016-01-23 19:30:47 -0500
commit7990738034ba05e77081548d9a3c82e42562c4ae (patch)
tree490c66d0254a764ca035dbd08d111f09ec752009 /howto.txt
parent71645a6ad094c01b8187eabd6b884e6842c38d15 (diff)
downloadpython-coveragepy-git-7990738034ba05e77081548d9a3c82e42562c4ae.tar.gz
This is what we used to make the 4.1b2 kits
Diffstat (limited to 'howto.txt')
-rw-r--r--howto.txt11
1 files changed, 5 insertions, 6 deletions
diff --git a/howto.txt b/howto.txt
index 0f747557..d12bdaec 100644
--- a/howto.txt
+++ b/howto.txt
@@ -17,6 +17,7 @@
- Check that the docs build correctly:
$ tox -e doc
- Done with changes to source files, check them in.
+ - hg push
- Generate new sample_html to get the latest, incl footer version number:
pip install -e .
cd ~/cog/trunk
@@ -39,13 +40,11 @@
- Build and publish docs:
$ make publish
- Kits:
- - Source kit:
- - $ make clean kit
- - Wheels
- - $ make wheel
+ - Source kit and wheels:
+ - $ make clean kit wheel
- Windows kits
- - $ hg push
- - wait about an hour for Appveyor to build kits.
+ - wait for over an hour for Appveyor to build kits.
+ - https://ci.appveyor.com/project/nedbat/coveragepy
- $ make download_appveyor
- examine the dist directory, and remove anything that looks malformed.
- Update PyPi: