From 46d9612deaa36b2495adcfc7ef1d20cbdb5daae6 Mon Sep 17 00:00:00 2001 From: Ben Chambers <35960+bjchambers@users.noreply.github.com> Date: Tue, 17 Oct 2023 14:18:50 -0700 Subject: [PATCH] Update release_python.yml Check out source which should fix the publish release step. --- .github/workflows/release_python.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release_python.yml b/.github/workflows/release_python.yml index 81b6210e7..d3a8d9d96 100644 --- a/.github/workflows/release_python.yml +++ b/.github/workflows/release_python.yml @@ -310,6 +310,7 @@ jobs: id-token: write if: github.event_name == 'release' && github.event.action == 'published' steps: + - uses: actions/checkout@v3 - uses: actions/download-artifact@v3 with: name: wheels @@ -328,4 +329,4 @@ jobs: gh release edit ${{ github.ref_name }} \ --draft=false --latest --discussion-category "Announcements" env: - GH_TOKEN: ${{ github.token }} \ No newline at end of file + GH_TOKEN: ${{ github.token }}