https://www.bestpractices.dev: Silver Badge #393
|
Hello, I want to work towards the Silver Badge with the project github.com/onnx/onnx. I am currently working on the following point.: Secure release Could I achieve that with "gh-action-pypi-publish"? How Could I verify the signatures in that case? Or am I overlooking something? And do I need a separate step with sigstore after all? Thank you |
Replies: 1 comment 1 reply
Hi @andife ! This action will sign over the artifacts it uploads to PyPI. If these artifacts (source distributions and wheels) are all the "generated derivables" of the project, then that should cover it.
You can use pypy-attestations |
Hi @andife ! This action will sign over the artifacts it uploads to PyPI. If these artifacts (source distributions and wheels) are all the "generated derivables" of the project, then that should cover it.
You can use pypy-attestations