From 0e391a6712d74cf217924b22b681ca0a6d1323d0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 01:49:03 +0000 Subject: [PATCH] chore(deps): update pypa/gh-action-pypi-publish digest to ba38be9 --- .github/workflows/publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 44055fc..0fb18f3 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -44,13 +44,13 @@ jobs: - name: Publish to Production PyPI if: github.event_name == 'release' || (github.event_name == 'workflow_dispatch' && inputs.environment == 'pypi') - uses: pypa/gh-action-pypi-publish@cef221092ed1bacb1cc03d23a2d87d1d172e277b # release/v1 + uses: pypa/gh-action-pypi-publish@ba38be9e461d3875417946c167d0b5f3d385a247 # release/v1 with: password: ${{ secrets.PYPI_API_TOKEN }} - name: Publish to Test PyPI if: github.event_name == 'workflow_dispatch' && inputs.environment == 'testpypi' - uses: pypa/gh-action-pypi-publish@cef221092ed1bacb1cc03d23a2d87d1d172e277b # release/v1 + uses: pypa/gh-action-pypi-publish@ba38be9e461d3875417946c167d0b5f3d385a247 # release/v1 with: repository-url: https://test.pypi.org/legacy/ password: ${{ secrets.TEST_PYPI_API_TOKEN }}