Skip to content

Commit 85f9591

Browse files
committed
try link
1 parent 0c54457 commit 85f9591

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/create-release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,8 @@ jobs:
7171
7272
- name: Verify PEP 740 attestations
7373
run: |
74-
python -m pypi_attestations verify dist/* --identity [email protected]
74+
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
7576
7677
# - name: Upload to PyPI
7778
# env:

0 commit comments

Comments
 (0)