We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd8268e commit 84bad0bCopy full SHA for 84bad0b
1 file changed
.github/workflows/pypi-publish.yml
@@ -51,7 +51,7 @@ jobs:
51
- run: |
52
find tmpdist/ -type f -name 'cryptography*' -exec mv {} dist/ \;
53
54
- - uses: astral-sh/attest-action@2c727738cea36d6c97dd85eb133ea0e0e8fe754b # v0.0.4
+ - uses: astral-sh/attest-action@f35111fb79f1e4f0150a1ee16cfd4399e3151bdb # v0.0.5
55
# Do not perform attestation for things for TestPyPI. This is
56
# because there's nothing that would prevent a malicious PyPI from
57
# serving a signed TestPyPI asset in place of a release intended for
0 commit comments