From ae390ed66a96222504750ee50286a7a37bc2ae44 Mon Sep 17 00:00:00 2001 From: Jacob Hall Date: Mon, 20 Apr 2026 17:06:51 -0400 Subject: [PATCH] add checkout step to build-and-publish GitHub Action --- .github/workflows/build-and-publish.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build-and-publish.yml b/.github/workflows/build-and-publish.yml index 4ccf907..cf2438f 100644 --- a/.github/workflows/build-and-publish.yml +++ b/.github/workflows/build-and-publish.yml @@ -42,6 +42,7 @@ jobs: needs: [build-wheels, build-sdist] runs-on: ubuntu-latest steps: + - uses: actions/checkout@v4 - uses: actions/download-artifact@v4 with: path: dist