From c685e2d6fca53f6b97872fceae5d39afa80676de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ha=CC=8Akon=20Wiik=20A=CC=8Anes?= Date: Sat, 9 Nov 2024 19:38:18 +0100 Subject: [PATCH] Set digital attestation to false in publish workflow (for now) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Håkon Wiik Ånes --- .github/workflows/publish.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 0325438f..9b911781 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -47,3 +47,5 @@ jobs: - name: Publish package to PyPI uses: pypa/gh-action-pypi-publish@release/v1 + with: + attestations: false