summaryrefslogtreecommitdiff
path: root/howto.txt
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2020-07-06 07:22:56 -0400
committerNed Batchelder <ned@nedbatchelder.com>2020-07-06 07:22:56 -0400
commitda2fc7dc4aac5a995b43a83466ba4aa722515adf (patch)
treebc75735ecec7a76554d412405d8bf9866d85ba44 /howto.txt
parent29ea33b4760b55492ecd6c4e532404f199d6df5d (diff)
downloadpython-coveragepy-git-da2fc7dc4aac5a995b43a83466ba4aa722515adf.tar.gz
Last tweaks before 5.2
Diffstat (limited to 'howto.txt')
-rw-r--r--howto.txt12
1 files changed, 7 insertions, 5 deletions
diff --git a/howto.txt b/howto.txt
index 13cd962d..00ebb72f 100644
--- a/howto.txt
+++ b/howto.txt
@@ -46,18 +46,20 @@
$ make publish
- Kits:
- Start fresh:
- - $ make sterile
+ $ make sterile
- Source kit and wheels:
- - $ make kit wheel
+ $ make kit wheel
- Linux wheels:
- - $ make kit_linux
+ $ make kit_linux
- Windows kits
- wait for over an hour for Appveyor to build kits.
- https://ci.appveyor.com/project/nedbat/coveragepy
- - $ make download_appveyor
+ $ make download_appveyor
- examine the dist directory, and remove anything that looks malformed.
+ - check the dist directory:
+ $ python -m twine check dist/*
- test the pypi upload:
- - $ make test_upload
+ $ make test_upload
- Update PyPI:
- upload kits:
- $ make kit_upload