From 3391fa5c0e9d5878752fda72e9874430971469ba Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 1 Sep 2024 11:41:50 +0000 Subject: [PATCH] Update pypa/gh-action-pypi-publish digest to 8a08d61 --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 224787f..d68272b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -40,7 +40,7 @@ jobs: - name: Test package run: pip install --no-cache-dir dist/ops*.tar.gz && ops --verbose -h - name: Publish package - uses: pypa/gh-action-pypi-publish@c12cc61414480c03e10ea76e2a0a1a17d6c764e2 + uses: pypa/gh-action-pypi-publish@8a08d616893759ef8e1aa1f2785787c0b97e20d6 with: user: __token__ password: ${{ secrets.ADOBE_BOT_PYPI_TOKEN }}