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