From 5767ac5c3581a675c9ef7a7ebaf3ab05c2148b85 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 19 Dec 2025 20:58:40 +0000 Subject: [PATCH] chore(deps): update pypa/gh-action-pypi-publish digest to 03f86fe --- .github/workflows/python_release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python_release.yml b/.github/workflows/python_release.yml index f6f6793..8ae5f62 100644 --- a/.github/workflows/python_release.yml +++ b/.github/workflows/python_release.yml @@ -65,7 +65,7 @@ jobs: - name: Build package run: python -m build - name: Publish package - uses: pypa/gh-action-pypi-publish@ab69e431e9c9f48a3310be0a56527c679f56e04d + uses: pypa/gh-action-pypi-publish@03f86fee9ac21f854951f5c6e2a02c2a1324aec7 with: user: __token__ password: ${{ secrets.PYPI_API_TOKEN }}