summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2017-04-05 07:22:15 -0400
committerNed Batchelder <ned@nedbatchelder.com>2017-04-05 07:22:15 -0400
commita056f8d5bfa88e0461376c2ab1cf513b5da73da8 (patch)
tree841f044ce0a0afef58fef3d0f84018e80c316abb
parentdfb37d719aae04877ec1d68b38928d0166c1cf16 (diff)
downloadpython-coveragepy-git-a056f8d5bfa88e0461376c2ab1cf513b5da73da8.tar.gz
Tweaks to release process
-rw-r--r--howto.txt12
1 files changed, 6 insertions, 6 deletions
diff --git a/howto.txt b/howto.txt
index 8ee186e6..2b9e37d1 100644
--- a/howto.txt
+++ b/howto.txt
@@ -36,12 +36,12 @@
rm -f ~/coverage/trunk/doc/sample_html/*.*
cp -r htmlcov/ ~/coverage/trunk/doc/sample_html/
cd ~/coverage/trunk
- check in the new sample html
- - IF BETA:
- - Build and publish docs:
+ - IF NOT BETA:
+ check in the new sample html
+ - Build and publish docs:
+ - IF BETA:
$ make publishbeta
- - ELSE:
- - Build and publish docs:
+ - ELSE:
$ make publish
- Kits:
- Start fresh:
@@ -49,7 +49,7 @@
- Source kit and wheels:
- $ make kit wheel
- Linux wheels:
- - this takes an hour... Maybe can do both flavors at once?
+ - this takes an hour
- $ make manylinux
- Windows kits
- wait for over an hour for Appveyor to build kits.