From 65c82779fe43ff2e4bb09a4be9c8923770974747 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 19 Dec 2025 22:45:54 +0000 Subject: [PATCH] Update pypa/gh-action-pypi-publish digest to 03f86fe --- .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 60c1088b..9ac7a3d1 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@ab69e431e9c9f48a3310be0a56527c679f56e04d + uses: pypa/gh-action-pypi-publish@03f86fee9ac21f854951f5c6e2a02c2a1324aec7 with: user: __token__ password: ${{ secrets.ADOBE_BOT_PYPI_TOKEN }}