diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2020-11-28 13:02:50 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2020-11-28 16:13:11 -0500 |
commit | 12eca0fc391bb2f89138df3d6dbaabf78ff32d86 (patch) | |
tree | c6af8c4c3ce1b8e3ef4b88079394e1adc61ef240 /howto.txt | |
parent | 41d8aef04f172bcd78a27d7a2f138a8a712063bd (diff) | |
download | python-coveragepy-git-gh-actions.tar.gz |
Remove unneeded CI and kitting supportgh-actions
We don't use AppVeyor or Travis anymore, or make manylinux or local
wheels.
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/* |