From 132ba95864b3a5657066114dc11988cf442ff3fb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 08:41:35 +0000 Subject: [PATCH] chore(deps): update pypa/gh-action-pypi-publish digest to 8cafb5c --- .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 034f234fb..4af5f3d96 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@916e57631f04a497e4bec0e29e80684e45b4305e + uses: pypa/gh-action-pypi-publish@8cafb5c2bf2f478231c9abbba1feb4edb6ccf405 with: user: __token__ password: ${{ secrets.TWINE_TOKEN }}