From b92831b679ecc5a58dd615de5f96b7bf8e9155ec Mon Sep 17 00:00:00 2001 From: msramalho <19508417+msramalho@users.noreply.github.com> Date: Thu, 25 Jan 2024 16:53:32 +0000 Subject: [PATCH] fix CI --- .github/workflows/pypi-publish.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/pypi-publish.yaml b/.github/workflows/pypi-publish.yaml index 082d700..259a7ac 100644 --- a/.github/workflows/pypi-publish.yaml +++ b/.github/workflows/pypi-publish.yaml @@ -8,7 +8,6 @@ jobs: release: name: Release runs-on: ubuntu-latest - needs: [checks] steps: - uses: actions/checkout@v4 - name: Build and publish to pypi