From 600999cd1a3eb4ae6dfe69d7082f908bbb229513 Mon Sep 17 00:00:00 2001 From: Thomas Boyer-Chammard <49786685+thomas-bc@users.noreply.github.com> Date: Wed, 11 Dec 2024 09:11:33 -0800 Subject: [PATCH] Update publish workflow to clean up attestations (#183) --- .github/workflows/publish.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 74bb2120..eadcb896 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -29,5 +29,7 @@ jobs: uses: pypa/gh-action-pypi-publish@release/v1 with: repository-url: https://test.pypi.org/legacy/ + - name: Clean-Up Attestations + run: rm dist/*.attestation - name: Publish distributions to PyPI uses: pypa/gh-action-pypi-publish@release/v1