From 9fb7f2a2630b08fa7fd3511a581e06e96fdbd077 Mon Sep 17 00:00:00 2001 From: Oscar Benjamin Date: Sun, 15 Sep 2024 16:48:33 +0100 Subject: [PATCH] Checkout git repo when making github release --- .github/workflows/buildwheel.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/buildwheel.yml b/.github/workflows/buildwheel.yml index 14357a16..e372f9df 100644 --- a/.github/workflows/buildwheel.yml +++ b/.github/workflows/buildwheel.yml @@ -294,6 +294,8 @@ jobs: contents: write steps: + - uses: actions/checkout@v4 + - name: Download sdist uses: actions/download-artifact@v4 with: