From 3a584138338575fccd9ff6a27a470fce8e1ab7a7 Mon Sep 17 00:00:00 2001 From: Harold Solbrig Date: Tue, 24 Nov 2020 14:00:53 -0600 Subject: [PATCH] Update pypi-publish.yaml Fixed the trigger to make it work on a release --- .github/workflows/pypi-publish.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pypi-publish.yaml b/.github/workflows/pypi-publish.yaml index ba558bf..9672918 100644 --- a/.github/workflows/pypi-publish.yaml +++ b/.github/workflows/pypi-publish.yaml @@ -1,8 +1,8 @@ name: Publish Python Package on: - push: - branches: [ master ] + release: + types: [created] jobs: build-n-publish: