From 8ed64c3a6dcead65669cb065fe80b2cb1e8ff9d3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 29 Sep 2024 13:02:22 +0000 Subject: [PATCH] Update pypa/gh-action-pypi-publish digest to f760068 --- .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 224787f8..9e9e1162 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@f7600683efdcb7656dec5b29656edb7bc586e597 with: user: __token__ password: ${{ secrets.ADOBE_BOT_PYPI_TOKEN }}