diff --git a/.github/workflows/test_and_deploy.yml b/.github/workflows/test_and_deploy.yml index 45c6560..c3eff80 100644 --- a/.github/workflows/test_and_deploy.yml +++ b/.github/workflows/test_and_deploy.yml @@ -92,7 +92,9 @@ jobs: name: Upload to GitHub Releases & PyPI permissions: contents: write - needs: [wheels, sdist, benchmarks] + needs: + - wheels + - sdist runs-on: ubuntu-latest steps: - name: Download Artifacts