From 403b54f230ccb952c7c47bd8e98f8a12e590eb73 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 16 Nov 2024 16:17:29 +0000 Subject: [PATCH] chore(deps): update pypa/gh-action-pypi-publish digest to 93e8795 --- .github/workflows/release-cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-cd.yml b/.github/workflows/release-cd.yml index 5d18d3fe4..e8be8c3c0 100644 --- a/.github/workflows/release-cd.yml +++ b/.github/workflows/release-cd.yml @@ -32,7 +32,7 @@ jobs: - name: Build package run: python -m build - name: Publish package - uses: pypa/gh-action-pypi-publish@15c56dba361d8335944d31a2ecd17d700fc7bcbc + uses: pypa/gh-action-pypi-publish@93e87954aa8d40d7467c30656ba421aee00d37c8 with: user: __token__ password: ${{ secrets.TWINE_TOKEN }}