From 53f38d343df2892fa312b1e7d431d1f3019fa47a Mon Sep 17 00:00:00 2001 From: Duncan Blythe Date: Sun, 3 Nov 2024 22:39:24 +0100 Subject: [PATCH] Fix release rule --- .github/workflows/release.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index d340bf8cd..7c0804228 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -115,6 +115,10 @@ jobs: with: repository-url: https://test.pypi.org/legacy/ packages-dir: artifact/ + + - name: Remove unwanted files from dist + run: rm -f artifact/*.attestation + - uses: pypa/gh-action-pypi-publish@release/v1 with: packages-dir: artifact/