summaryrefslogtreecommitdiff
path: root/howto.txt
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2020-11-28 19:11:18 -0500
committerNed Batchelder <ned@nedbatchelder.com>2020-11-28 19:48:31 -0500
commit76e80108c11b042e6e929641fe3f38975f5765ba (patch)
tree30108065126938ccceb395f2dae706857e6ccab9 /howto.txt
parent73b63060c3de39453f2af57db5eb9610c0f39625 (diff)
downloadpython-coveragepy-git-76e80108c11b042e6e929641fe3f38975f5765ba.tar.gz
Remove unneeded CI and kitting support
We no longer: - Use Travis - Use AppVeyor - Build manylinux wheels locally - Build other wheels locally
Diffstat (limited to 'howto.txt')
-rw-r--r--howto.txt13
1 files changed, 2 insertions, 11 deletions
diff --git a/howto.txt b/howto.txt
index 1ad455d3..f0def3b4 100644
--- a/howto.txt
+++ b/howto.txt
@@ -8,7 +8,6 @@
version_info = (4, 0, 2, "final", 0)
- Python version number in classifiers in setup.py
- Copyright date in NOTICE.txt
-- Update specific Python versions in appveyor.yml ("PYTHON_VERSION")
- Update CHANGES.rst, including release date.
- don't forget the jump target
- Update README.rst
@@ -45,16 +44,8 @@
- ELSE:
$ make publish
- Kits:
- - Start fresh:
- $ make sterile
- - Source kit and wheels:
- $ make kit wheel
- - Linux wheels:
- $ 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
+ - Download built kits from GitHub Actions:
+ $ make download_kits
- examine the dist directory, and remove anything that looks malformed.
- check the dist directory:
$ python -m twine check dist/*