From c9067396d83ec651810404241a7ab5a0d5e444c1 Mon Sep 17 00:00:00 2001 From: danielward27 Date: Wed, 18 Dec 2024 17:49:20 +0000 Subject: [PATCH] Attempt to fix publish error --- .github/workflows/publish.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 39f3aa6c..554a95af 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -33,3 +33,5 @@ jobs: - name: Publish distribution to PyPI uses: pypa/gh-action-pypi-publish@release/v1 + with: + attestations: false # Newly introduced and seems to cause errors