From fa4efc17360d7ad854e7f9c7e67c0c09c883201b Mon Sep 17 00:00:00 2001 From: Daniel Ciborowski Date: Thu, 11 Mar 2021 20:42:11 -0500 Subject: [PATCH] Update pypi.yml --- .github/workflows/pypi.yml | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/.github/workflows/pypi.yml b/.github/workflows/pypi.yml index d699b431..88a05493 100644 --- a/.github/workflows/pypi.yml +++ b/.github/workflows/pypi.yml @@ -1,15 +1,9 @@ name: Upload Python Package -# on: -# release: -# types: [created] - on: - push: - branches: - - dciborow-patch-1 - - release/* - + release: + types: [created] + jobs: deploy: runs-on: ubuntu-latest