We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d44c37e commit 3ee06baCopy full SHA for 3ee06ba
.github/workflows/pypi-publish.yml
@@ -93,7 +93,7 @@ jobs:
93
# Do not perform attestation for things for TestPyPI. This is because
94
# there's nothing that would prevent a malicious PyPI from serving a
95
# signed TestPyPI asset in place of a release intended for PyPI.
96
- - uses: actions/attest-build-provenance@6149ea5740be74af77f260b9db67e633f6b0a9a1 # v1.4.2
+ - uses: actions/attest-build-provenance@1c608d11d69870c2092266b3f9a6f3abbf17002c # v1.4.3
97
with:
98
subject-path: 'dist/**/cryptography*'
99
if: env.TWINE_REPOSITORY == 'pypi'
0 commit comments