From 3c674d234b868a097321f568957edf81bb5f6709 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 23:41:37 +0000 Subject: [PATCH] chore(deps): update pypa/gh-action-pypi-publish action to v1.13.0 [security] --- .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 8c2e4cd56..506450a91 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -45,7 +45,7 @@ jobs: - name: Build package run: poetry build --no-interaction - name: Publish to PyPi - uses: pypa/gh-action-pypi-publish@v1.12.4 + uses: pypa/gh-action-pypi-publish@v1.13.0 with: verbose: true print-hash: true