From 44321223f4d980c12e80a381d8d489bb19f89a33 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Sun, 28 Feb 2021 12:28:59 -0500 Subject: [PATCH] build: a better kit-building link --- howto.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/howto.txt b/howto.txt index 6ecea7cf3..aae6c47d1 100644 --- a/howto.txt +++ b/howto.txt @@ -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.