Skip to content

Commit c83d37b

Browse files
committed
Introduce print_hash in README
1 parent 777bfc4 commit c83d37b

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

+10
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,16 @@ Sometimes, `twine upload` can fail and to debug use the `verbose` setting as fol
162162
verbose: true
163163
```
164164

165+
### Showing hash values of files to be uploaded
166+
167+
You may want to verify whether the files on PyPI were automatically uploaded by CI script.
168+
It will show SHA256, MD5, BLAKE2-256 values of files to be uploaded.
169+
170+
```yml
171+
with:
172+
print_hash: true
173+
```
174+
165175
## License
166176

167177
The Dockerfile and associated scripts and documentation in this project

0 commit comments

Comments
 (0)