gh-action-pypi-publish icon indicating copy to clipboard operation
gh-action-pypi-publish copied to clipboard

Require hashes and wheels for dependencies

Open sethmlarson opened this issue 1 year ago • 4 comments

Including hashes means new files won't be used as candidates during the installation phase. Requiring wheels ensures that source distributions won't be used as candidates, mitigating the potential to "downgrade" to the sdist by deleting the wheel file for a release.

Both of these options together stops an intrusion in a dependency from being able to impact this GitHub Action.

sethmlarson avatar Jul 10 '24 14:07 sethmlarson