From 9efe39adf5c9455e4340d561147a42dea4e31bda Mon Sep 17 00:00:00 2001 From: Richard Levasseur Date: Sun, 19 Oct 2025 16:42:33 -0700 Subject: [PATCH] chore: make pypi release workflow perform checkout --- .github/workflows/release.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0d24d7913b..94c4d82561 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -70,6 +70,10 @@ jobs: needs: publish_bcr runs-on: ubuntu-latest steps: + - name: Checkout + uses: actions/checkout@v5 + with: + ref: ${{ github.tag_name || github.ref_name }} - if: github.event_name == 'push' || github.event.inputs.publish_to_pypi env: # This special value tells pypi that the user identity is supplied within the token