diff options
-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. |