From 585c1409134ee085b5562a8f25bbb7bfa89cd7dd Mon Sep 17 00:00:00 2001 From: wvandeun Date: Mon, 5 May 2025 23:55:00 +0200 Subject: [PATCH] ci: trigger repository-dispatch after publishing package to pypi --- .github/workflows/release.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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: