From 4ee1b6d4f9cd10336f1ac6cb567fa31c02b102b1 Mon Sep 17 00:00:00 2001 From: Ben Knutson Date: Wed, 18 Feb 2026 16:36:03 +0000 Subject: [PATCH] Refactor Github Action per b/485167538 --- .github/workflows/publish-pypi.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-pypi.yml b/.github/workflows/publish-pypi.yml index ba94e7f..3d8a2e7 100644 --- a/.github/workflows/publish-pypi.yml +++ b/.github/workflows/publish-pypi.yml @@ -80,5 +80,5 @@ jobs: # sigstore-produced signatures and certificates. run: >- gh release upload - '${{ github.ref_name }}' dist/** + '${GITHUB_REF_NAME}' dist/** --repo '${{ github.repository }}'