From 615ad608467036d6dfc7ec26455ccd31c0f3d721 Mon Sep 17 00:00:00 2001 From: Matthew Feickert Date: Mon, 2 Sep 2024 09:39:48 -0500 Subject: [PATCH] Add attestations support with 'attestations: true' --- .github/workflows/publish-package.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/publish-package.yml b/.github/workflows/publish-package.yml index 850e44a..c20873a 100644 --- a/.github/workflows/publish-package.yml +++ b/.github/workflows/publish-package.yml @@ -70,6 +70,7 @@ jobs: with: password: ${{ secrets.test_pypi_password }} repository-url: https://test.pypi.org/legacy/ + attestations: true print-hash: true - name: Publish distribution 📦 to PyPI @@ -79,3 +80,4 @@ jobs: with: password: ${{ secrets.pypi_password }} print-hash: true + attestations: true