From ea174a49599c257c2d6efdd8414c03b5ed801ffb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 24 Nov 2024 02:05:38 +0000 Subject: [PATCH] Update pypa/gh-action-pypi-publish digest to 218af42 --- .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 d76f936..40a4dbf 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@93e87954aa8d40d7467c30656ba421aee00d37c8 + uses: pypa/gh-action-pypi-publish@218af422c0fa05550b8e80695d044935d35a8652 with: user: __token__ password: ${{ secrets.PYPI_API_TOKEN }}