From 77c896612aa537c9ab922d366c6776c8fb4c1b8c Mon Sep 17 00:00:00 2001 From: David Gidwani Date: Sat, 9 Mar 2024 18:01:47 -0500 Subject: [PATCH] ci: :ferris_wheel: update release workflow to depend on build --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 95c8087..f82920b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -8,12 +8,14 @@ permissions: contents: read jobs: build: + name: Build source distribution and wheels uses: ./.github/workflows/wheels.yml release: name: Publish package runs-on: ubuntu-22.04 concurrency: release + needs: build if: github.repository == 'darvid/python-hyperscan' permissions: id-token: write