Skip to content

Commit

Permalink
Introduce print_hash in README
Browse files Browse the repository at this point in the history
  • Loading branch information
dukecat0 committed Jan 8, 2022
1 parent 777bfc4 commit c83d37b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c83d37b

Please sign in to comment.