diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2015-09-07 10:50:19 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2015-09-07 10:50:19 -0400 |
commit | 28aae55f231460779bde7cfc54dbb8ea065dc4ce (patch) | |
tree | cc296f29b192547e2de538bf61a93cd34e54029d | |
parent | 07323419c33177d0302ecda540ed0ccc9c0d1740 (diff) | |
download | python-coveragepy-git-28aae55f231460779bde7cfc54dbb8ea065dc4ce.tar.gz |
4.0b3
-rw-r--r-- | howto.txt | 17 |
1 files changed, 9 insertions, 8 deletions
@@ -36,16 +36,17 @@ - Kits: - Source kit: - $ make kit - - Windows .exe for each Python - - $ tox -c tox_winkits.ini + - Wheels + - $ make wheel + - Windows kits + - $ hg push + - wait about 35 minutes for Appveyor to build kits. + - $ make download_appveyor + - examine the dist directory, and remove anything that looks malformed. - Update PyPi: - $ make pypi - - upload source kits: - - $ make kit kit_upload - - upload wheels (for each platform): - - $ make wheel kit_upload - - upload windows kits: - - $ make winkit kit_upload + - upload kits: + - $ make kit_upload - Visit http://pypi.python.org/pypi?%3Aaction=pkg_edit&name=coverage : - show/hide the proper versions. - Tag the tree |