From eecdbf209cf553dccdd8aac2a81d8876038afac8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 8 Feb 2024 05:57:37 +0000 Subject: [PATCH] chore(deps): update pypa/gh-action-pypi-publish digest to 0580fcb --- .github/workflows/python-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-publish.yml b/.github/workflows/python-publish.yml index bdaab28..d227dbd 100644 --- a/.github/workflows/python-publish.yml +++ b/.github/workflows/python-publish.yml @@ -33,7 +33,7 @@ jobs: - name: Build package run: python -m build - name: Publish package - uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29 + uses: pypa/gh-action-pypi-publish@0580fcbb84c80ef2e629d60092942af2de59e8a7 with: user: __token__ password: ${{ secrets.PYPI_API_TOKEN }}