From f1715f46e7de84d585d6016fcbb3070ef77e7d5c Mon Sep 17 00:00:00 2001 From: alemi Date: Mon, 9 Sep 2024 22:03:20 +0200 Subject: [PATCH] ci(py): oops remove needs --- .github/workflows/python.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index eff713b..30c2035 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -159,7 +159,7 @@ jobs: release: runs-on: ubuntu-latest - needs: [linux, windows, macos, sdist] + needs: [linux, windows, sdist] steps: - uses: actions/download-artifact@v4 with: