Skip to content

Commit

Permalink
ci: 🎡 update release workflow to depend on build
Browse files Browse the repository at this point in the history
  • Loading branch information
darvid committed Mar 9, 2024
1 parent ff0e52b commit 70ac166
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 70ac166

Please sign in to comment.