diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 008757b7..38d36bb9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -89,7 +89,9 @@ jobs: version: ${{ github.ref_name }} repository-dispatch: - needs: check_release + needs: + - check_release + - publish-pypi uses: ./.github/workflows/repository-dispatch.yml secrets: inherit with: