We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 795980a + 585c140 commit 0fd9075Copy full SHA for 0fd9075
1 file changed
.github/workflows/release.yml
@@ -89,7 +89,9 @@ jobs:
89
version: ${{ github.ref_name }}
90
91
repository-dispatch:
92
- needs: check_release
+ needs:
93
+ - check_release
94
+ - publish-pypi
95
uses: ./.github/workflows/repository-dispatch.yml
96
secrets: inherit
97
with:
0 commit comments