From bbe98862fd6a43325ac9e4d0ea2f31e6d513e917 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 19 Dec 2025 21:54:46 +0000 Subject: [PATCH] Update pypa/gh-action-pypi-publish digest to 03f86fe --- .github/workflows/pypi-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pypi-publish.yml b/.github/workflows/pypi-publish.yml index 1f55739..8ab4669 100644 --- a/.github/workflows/pypi-publish.yml +++ b/.github/workflows/pypi-publish.yml @@ -30,7 +30,7 @@ jobs: - name: Building package run: python setup.py sdist bdist_wheel - name: Publish package - uses: pypa/gh-action-pypi-publish@3317ede93a4981d0fc490510c6fcf8bf0e92ed05 + uses: pypa/gh-action-pypi-publish@03f86fee9ac21f854951f5c6e2a02c2a1324aec7 with: user: __token__ password: ${{ secrets.PYPI_API_TOKEN }}