From e65c0a2586c71a00889bdfc21142aeefcb8920e9 Mon Sep 17 00:00:00 2001 From: fedebenelli Date: Fri, 3 Dec 2021 15:48:12 -0300 Subject: [PATCH] now it should work --- .github/workflows/ci_linux.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci_linux.yml b/.github/workflows/ci_linux.yml index 442798a..d652069 100644 --- a/.github/workflows/ci_linux.yml +++ b/.github/workflows/ci_linux.yml @@ -87,7 +87,7 @@ jobs: path: dist deploy: - needs: [build, manylinux] + needs: [build, build-manylinux] if: github.ref == 'refs/heads/release' runs-on: ubuntu-latest steps: