From 41645eaaaff3877d8389a9203e52c2636ca95bc3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 24 Nov 2024 03:36:14 +0000 Subject: [PATCH] Update pypa/gh-action-pypi-publish digest to 218af42 --- .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..46e1586 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@218af422c0fa05550b8e80695d044935d35a8652 with: user: __token__ password: ${{ secrets.pypi_password }}