From 98349b80d751e30820158445f0f2aa5e29bc6971 Mon Sep 17 00:00:00 2001 From: Saransh Chopra Date: Mon, 16 Sep 2024 11:05:39 +0100 Subject: [PATCH] no need to fetch the git history, workflow checkouts on the new tag --- .github/workflows/release.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7f9328c2..7b983dd0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,8 +14,6 @@ jobs: contents: read steps: - uses: actions/checkout@v4 - with: - fetch-depth: 0 - name: Build SDist and wheel run: pipx run build