From 61be3662f855103c8a2ae5af9da855bec422b72a Mon Sep 17 00:00:00 2001 From: Akihiro Nitta Date: Fri, 4 Nov 2022 21:23:02 +0900 Subject: [PATCH] Update pypi release trigger Co-authored-by: rohitgr7 --- .github/workflows/pypi-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pypi-release.yml b/.github/workflows/pypi-release.yml index dffacbf6..90f2f935 100644 --- a/.github/workflows/pypi-release.yml +++ b/.github/workflows/pypi-release.yml @@ -4,7 +4,7 @@ on: push: branches: [master] release: - types: [created] + types: [published] # based on https://github.com/pypa/gh-action-pypi-publish