From 4833d76074fde957ac0b724aeba3c035423995b5 Mon Sep 17 00:00:00 2001 From: Simon G <45692977+jeenyuhs@users.noreply.github.com> Date: Mon, 29 Apr 2024 19:13:39 +0200 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ca347cf..9f61c98 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -113,9 +113,10 @@ jobs: with: name: pypi_files_${{ matrix.os }}_${{ matrix.target }}_${{ matrix.interpreter || 'all' }}_${{ matrix.manylinux }} path: dist + release: name: Release - needs: [clippy, build-sdist] + needs: [clippy, build, build-sdist] if: success() && startsWith(github.ref, 'refs/tags/') runs-on: ubuntu-latest