summaryrefslogtreecommitdiff
path: root/howto.txt
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2020-12-19 16:51:38 -0500
committerNed Batchelder <ned@nedbatchelder.com>2020-12-19 16:51:38 -0500
commitf1dc6ccf94fafb7932a3c8d1a3e81dee2dcc808e (patch)
treecb78468a0a395d61c19831037d2b5022026c1137 /howto.txt
parentc377e65f45e91499d9f25916851e0c2943fa202d (diff)
downloadpython-coveragepy-git-f1dc6ccf94fafb7932a3c8d1a3e81dee2dcc808e.tar.gz
Name kit artifacts
Without a name, the download program will grab the latest artifacts no matter what they are, like .coverage data files from metacov. This ensures we get the kits.
Diffstat (limited to 'howto.txt')
-rw-r--r--howto.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/howto.txt b/howto.txt
index f0def3b4..8a912833 100644
--- a/howto.txt
+++ b/howto.txt
@@ -44,8 +44,10 @@
- ELSE:
$ make publish
- Kits:
+ - Manually trigger the kit GitHub Action
+ - https://github.com/nedbat/coveragepy/actions?query=workflow%3A%22Build+kits%22
- Download built kits from GitHub Actions:
- $ make download_kits
+ $ make clean download_kits
- examine the dist directory, and remove anything that looks malformed.
- check the dist directory:
$ python -m twine check dist/*