From c83d37bdf05723c6eca6bd0df3c05e00cacfa961 Mon Sep 17 00:00:00 2001 From: meowmeowcat <68463158+meowmeowmeowcat@users.noreply.github.com> Date: Sat, 8 Jan 2022 12:41:13 +0800 Subject: [PATCH] Introduce print_hash in README --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index c3e906b..12baf6b 100644 --- a/README.md +++ b/README.md @@ -162,6 +162,16 @@ Sometimes, `twine upload` can fail and to debug use the `verbose` setting as fol verbose: true ``` +### Showing hash values of files to be uploaded + +You may want to verify whether the files on PyPI were automatically uploaded by CI script. +It will show SHA256, MD5, BLAKE2-256 values of files to be uploaded. + +```yml + with: + print_hash: true +``` + ## License The Dockerfile and associated scripts and documentation in this project