From adae897c3958bffaa7a21c0939b1d477e0581803 Mon Sep 17 00:00:00 2001 From: Christodoulos Tsoulloftas Date: Sun, 22 Dec 2024 09:22:03 +0200 Subject: [PATCH] Disable attestations when publishing to pypi --- .github/workflows/publish.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index edfc6474b..1b4ef7ecc 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -44,3 +44,6 @@ jobs: repository-url: https://test.pypi.org/legacy/ - name: Publish distribution 📦 to PyPI uses: pypa/gh-action-pypi-publish@release/v1 + with: + # Temporary workaround for https://github.com/pypa/gh-action-pypi-publish/issues/283 + attestations: false