How to audit binary wheels? #250
-
Given the recent events, I don't want to trust releases of open-source projects. For example, Here's what I did:
This works, but it's a pain, especially if I use many Maybe we could print the hashes of all source files at the start of the build, and print the hash of the binary file at the end of the build? This would make verifying much easier. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
cibuildwheel outputs the wheel hashes in the job summary. |
Beta Was this translation helpful? Give feedback.
cibuildwheel outputs the wheel hashes in the job summary.
You can verify that those are the same as the wheels on PyPI.