diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2020-11-28 19:11:18 -0500 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2020-11-28 19:48:31 -0500 |
| commit | 76e80108c11b042e6e929641fe3f38975f5765ba (patch) | |
| tree | 30108065126938ccceb395f2dae706857e6ccab9 /howto.txt | |
| parent | 73b63060c3de39453f2af57db5eb9610c0f39625 (diff) | |
| download | python-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.txt | 13 |
1 files changed, 2 insertions, 11 deletions
@@ -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/* |
