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 0c54457 commit 85f9591Copy full SHA for 85f9591
.github/workflows/create-release.yml
@@ -71,7 +71,8 @@ jobs:
71
72
- name: Verify PEP 740 attestations
73
run: |
74
- python -m pypi_attestations verify dist/* --identity [email protected]
+ python -m pypi_attestations verify dist/*.whl --identity https://github.com/AA-Turner/sphinx/.github/workflows/create-release.yml@refs/heads/attestations
75
+ python -m pypi_attestations verify dist/*.tar.gz --identity https://github.com/AA-Turner/sphinx/.github/workflows/create-release.yml@refs/heads/attestations
76
77
# - name: Upload to PyPI
78
# env:
0 commit comments