From e87d2180079f42a6003d425f9486ee33d32a872d Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Sat, 24 Jul 2021 11:03:59 -0400 Subject: build: generalize download_gha_artifacts so other repos can use it --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 4038229e..717c82b6 100644 --- a/Makefile +++ b/Makefile @@ -95,7 +95,7 @@ kit_local: find ~/Library/Caches/pip/wheels -name 'coverage-*' -delete download_kits: ## Download the built kits from GitHub. - python ci/download_gha_artifacts.py + python ci/download_gha_artifacts.py nedbat/coveragepy check_kits: ## Check that dist/* are well-formed. python -m twine check dist/* -- cgit v1.2.1