Skip to content

Commit ecce6bb

Browse files
claudeluhenry
authored andcommitted
Trigger update-manifest from build-python
The release-published event doesn't fire for releases created with GITHUB_TOKEN (GitHub's recursion guard). Dispatch update-manifest.yml via workflow_dispatch at the end of build-python.yml instead, which GITHUB_TOKEN can do.
1 parent c1d9451 commit ecce6bb

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/build-python.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ on:
1515

1616
permissions:
1717
contents: write
18+
actions: write
1819

1920
defaults:
2021
run:
@@ -164,3 +165,6 @@ jobs:
164165
--title "$NORMALISED" \
165166
--notes "Python $NORMALISED" \
166167
./output/*.tar.gz
168+
169+
- name: Trigger manifest refresh
170+
run: gh workflow run update-manifest.yml --repo "$GITHUB_REPOSITORY" --ref main

0 commit comments

Comments
 (0)