Skip to content

Commit 2fefd37

Browse files
authored
Update publish workflow to remove attestations (#16)
1 parent 6d1a602 commit 2fefd37

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,7 @@ jobs:
2929
uses: pypa/gh-action-pypi-publish@release/v1
3030
with:
3131
repository-url: https://test.pypi.org/legacy/
32+
- name: Clean-Up Attestations
33+
run: rm dist/*.attestation
3234
- name: Publish distributions to PyPI
3335
uses: pypa/gh-action-pypi-publish@release/v1

0 commit comments

Comments
 (0)