From 2f351678a8953fc7aa6d8aa56ffe86ad08cd199c Mon Sep 17 00:00:00 2001 From: Eric Berquist Date: Tue, 7 Jan 2025 20:42:51 -0500 Subject: [PATCH] https://github.com/pypa/gh-action-pypi-publish/issues/283 --- .github/workflows/publish.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 83f61e4..4b5d93a 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -47,7 +47,9 @@ jobs: repository-url: https://test.pypi.org/legacy/ print-hash: true verbose: true - + # Temporary workaround for + # https://github.com/pypa/gh-action-pypi-publish/issues/283 + attestations: false publish-to-pypi: name: >- Publish Python 🐍 distribution 📦 to PyPI @@ -74,6 +76,9 @@ jobs: with: print-hash: true verbose: true + # Temporary workaround for + # https://github.com/pypa/gh-action-pypi-publish/issues/283 + attestations: false github-release: name: >-