diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2021-02-28 12:28:59 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2021-02-28 12:28:59 -0500 |
commit | 44321223f4d980c12e80a381d8d489bb19f89a33 (patch) | |
tree | a56cdd1c58e91ce4ff6fe65581e83b4a8785622d /howto.txt | |
parent | 9e8010cf1626dad26a02aa949c105481d540c631 (diff) | |
download | python-coveragepy-git-44321223f4d980c12e80a381d8d489bb19f89a33.tar.gz |
build: a better kit-building link
Diffstat (limited to 'howto.txt')
-rw-r--r-- | howto.txt | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -45,7 +45,7 @@ $ make publish - Kits: - Manually trigger the kit GitHub Action - - https://github.com/nedbat/coveragepy/actions?query=workflow%3A%22Build+kits%22 + - https://github.com/nedbat/coveragepy/actions/workflows/kit.yml - Download and check built kits from GitHub Actions: $ make clean download_kits check_kits - examine the dist directory, and remove anything that looks malformed. |