From daa50b593c09fd9996d9325be6b126df811f7daf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 19:38:29 +0000 Subject: [PATCH] ci: Bump pypa/gh-action-pypi-publish from 1.10.0 to 1.10.1 in the actions group (#387) --- .github/workflows/release.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 33d3de5..83fff28 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -37,4 +37,6 @@ jobs: file_glob: true - name: Publish - uses: pypa/gh-action-pypi-publish@v1.10.0 + uses: pypa/gh-action-pypi-publish@v1.10.1 + with: + attestations: true