From 82d4d46d199fde730a53b033cc1136d2c5b7e90a Mon Sep 17 00:00:00 2001 From: Matthias Mair Date: Wed, 4 Sep 2024 07:58:34 +0200 Subject: [PATCH] add attestation --- .github/workflows/publish.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 5a49be1..1299422 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -27,4 +27,6 @@ jobs: run: | python3 -m build - name: Publish package distributions to PyPI - uses: pypa/gh-action-pypi-publish@release/v1 \ No newline at end of file + uses: pypa/gh-action-pypi-publish@release/v1 + with: + attestations: true