summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2021-01-26 06:38:53 -0500
committerNed Batchelder <ned@nedbatchelder.com>2021-01-26 06:38:53 -0500
commitf17bd4f01a4377d2c71dffb1999d79eba0c0b2ee (patch)
tree96dfc1da6446e4f0a65118adfdca04c555c02fa9 /Makefile
parent4c8c34cb642db78ba808d09cb46100a8131f93fe (diff)
downloadpython-coveragepy-git-f17bd4f01a4377d2c71dffb1999d79eba0c0b2ee.tar.gz
Combine kit download with kit check
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ff5d3c99..4bc811e2 100644
--- a/Makefile
+++ b/Makefile
@@ -96,9 +96,12 @@ kit_local:
# don't go crazy trying to figure out why our new code isn't installing.
find ~/Library/Caches/pip/wheels -name 'coverage-*' -delete
-download_kits: ## Download the built kits from GitHub
+download_kits: ## Download the built kits from GitHub.
python ci/download_gha_artifacts.py
+check_kits: ## Check that dist/* are well-formed.
+ python -m twine check dist/*
+
build_ext:
python setup.py build_ext