diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2017-04-05 07:22:15 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2017-04-05 07:22:15 -0400 |
commit | a056f8d5bfa88e0461376c2ab1cf513b5da73da8 (patch) | |
tree | 841f044ce0a0afef58fef3d0f84018e80c316abb | |
parent | dfb37d719aae04877ec1d68b38928d0166c1cf16 (diff) | |
download | python-coveragepy-git-a056f8d5bfa88e0461376c2ab1cf513b5da73da8.tar.gz |
Tweaks to release process
-rw-r--r-- | howto.txt | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -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. |