From 2a3d3c321d3a916a44cfd7d73b3bbe451becccf7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 10 Dec 2024 04:55:56 +0000 Subject: [PATCH] Update pypa/gh-action-pypi-publish digest to daa8997 --- .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..e66fb86 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@daa899706da0975787821a460e69d5a36f4b939a with: user: __token__ password: ${{ secrets.pypi_password }}