From 085ac5455d9b8827a01741ce2a2b94b89af5f050 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 17 Feb 2024 04:04:37 +0000 Subject: [PATCH] Update pypa/gh-action-pypi-publish digest to 72a79c8 --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 9f68daf..87e58bd 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -22,7 +22,7 @@ jobs: run: python3 setup.py sdist bdist_wheel - name: Publish to PyPI - uses: pypa/gh-action-pypi-publish@bea5cda687c2b79989126d589ef4411bedce0195 + uses: pypa/gh-action-pypi-publish@72a79c870ceb3710e9cf97bde6192141ff9e6b13 with: user: __token__ password: ${{ secrets.pypi_password }}