From 8ada6b3f3c9322ce751cf2e6724e8df38ae629dd Mon Sep 17 00:00:00 2001 From: Patrick Kunzmann Date: Tue, 1 Apr 2025 01:51:12 +0200 Subject: [PATCH] Fix upload of release artifacts --- .github/workflows/test_and_deploy.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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