summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2021-07-24 11:03:59 -0400
committerNed Batchelder <ned@nedbatchelder.com>2021-07-24 11:03:59 -0400
commite87d2180079f42a6003d425f9486ee33d32a872d (patch)
treef445c58df54f0aee309c4ee545e43cb44f67d242 /Makefile
parent289222bd5ec1186ddae613cb74b59963ac3f87b8 (diff)
downloadpython-coveragepy-git-e87d2180079f42a6003d425f9486ee33d32a872d.tar.gz
build: generalize download_gha_artifacts so other repos can use it
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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/*