Skip to content

Commit 585c140

Browse files
committed
ci: trigger repository-dispatch after publishing package to pypi
1 parent 47f3b0f commit 585c140

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,9 @@ jobs:
8989
version: ${{ github.ref_name }}
9090

9191
repository-dispatch:
92-
needs: check_release
92+
needs:
93+
- check_release
94+
- publish-pypi
9395
uses: ./.github/workflows/repository-dispatch.yml
9496
secrets: inherit
9597
with:

0 commit comments

Comments
 (0)