From 7a2c96e6e1c52d5b5e17e6bdbb6c11c71c501b25 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 10:58:24 +0000 Subject: [PATCH 1/2] chore(deps): update pypa/gh-action-pypi-publish action to v1.10.1 --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 02185e9fc..b7c90c3cc 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,4 +18,4 @@ jobs: - name: Build run: hatchling build - name: Push to PyPI - uses: pypa/gh-action-pypi-publish@v1.10.0 + uses: pypa/gh-action-pypi-publish@v1.10.1 From 2e79c2909aed958c78424bbed055ccd881326b56 Mon Sep 17 00:00:00 2001 From: Dylan Anthony <43723790+dbanty@users.noreply.github.com> Date: Tue, 3 Sep 2024 08:39:14 -0600 Subject: [PATCH 2/2] Enable attestations --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b7c90c3cc..8c6c046ad 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,3 +19,5 @@ jobs: run: hatchling build - name: Push to PyPI uses: pypa/gh-action-pypi-publish@v1.10.1 + with: + attestations: true