Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Print hash values of uploaded files #62

Closed
ghost opened this issue Apr 26, 2021 · 0 comments · Fixed by #87
Closed

Print hash values of uploaded files #62

ghost opened this issue Apr 26, 2021 · 0 comments · Fixed by #87
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@ghost
Copy link

ghost commented Apr 26, 2021

The files on PyPI have these hash values:

  • SHA256
  • MD5
  • BLAKE2-256

If print the hash values, people can easily verify whether the file on PyPI was automatically uploaded by CI script.
It is best to print a pretty-print table.

@webknjaz webknjaz added enhancement New feature or request good first issue Good for newcomers labels Apr 26, 2021
webknjaz added a commit that referenced this issue Jan 9, 2022
This patch calculates SHA256, MD5, and BLAKE2-256 hash digests
of every file in the packages directory and prints out their HEX
representations to the log.

Resolves #62
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant