Skip to content

Commit 7c7b98b

Browse files
committed
Split
1 parent 8597a77 commit 7c7b98b

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/*.publish.attestation --identity [email protected]
74+
python -m pypi_attestations verify dist/*.whl --identity [email protected]
75+
python -m pypi_attestations verify dist/*.tar.gz --identity [email protected]
7576
7677
# - name: Upload to PyPI
7778
# env:

0 commit comments

Comments
 (0)