From 4240e57fb4daf9ba8ba5a2f8fde893bb0884054c Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Wed, 16 Sep 2026 09:11:25 -0700 Subject: [PATCH] Use types: published for release trigger --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 0839a5d6..d0824607 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -2,7 +2,7 @@ name: Publish Python Package on: release: - types: [created] + types: [published] permissions: contents: read