We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d1a602 commit 2fefd37Copy full SHA for 2fefd37
.github/workflows/publish.yml
@@ -29,5 +29,7 @@ jobs:
29
uses: pypa/gh-action-pypi-publish@release/v1
30
with:
31
repository-url: https://test.pypi.org/legacy/
32
+ - name: Clean-Up Attestations
33
+ run: rm dist/*.attestation
34
- name: Publish distributions to PyPI
35
0 commit comments