From 80521488a328da9beba7ce570c7a42085d6d3c3d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 10 Dec 2024 20:12:52 +0000 Subject: [PATCH] Update pypa/gh-action-pypi-publish digest to 916e576 --- .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..bfa9456 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@916e57631f04a497e4bec0e29e80684e45b4305e with: user: __token__ password: ${{ secrets.pypi_password }}