diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2016-01-23 19:30:47 -0500 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2016-01-23 19:30:47 -0500 |
| commit | f7aee784769f82bb9751e9977cf74ec16a28eb3d (patch) | |
| tree | 619d27eddcc9ca5429b6c4bfd4bc5ed415120b48 | |
| parent | 07649f8e25311dc9bed31f63cc5ff28b5fceff68 (diff) | |
| download | python-coveragepy-f7aee784769f82bb9751e9977cf74ec16a28eb3d.tar.gz | |
This is what we used to make the 4.1b2 kits
| -rw-r--r-- | howto.txt | 11 |
1 files changed, 5 insertions, 6 deletions
@@ -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: |
