From 74af2e3e12d01a29e65aa70dc1a14d860f007d79 Mon Sep 17 00:00:00 2001 From: Mayank Sinha Date: Thu, 10 Oct 2024 16:46:14 +0530 Subject: [PATCH] Trying cibuildwheel --- .github/workflows/publish.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index e3ddef5..472b918 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -20,7 +20,6 @@ jobs: create_sdist: runs-on: ubuntu-latest name: Create Source Distribution - needs: get_next_version steps: - uses: actions/checkout@v4