From e9bb1883865c47fbafafcb3c8f8afbc88c20e819 Mon Sep 17 00:00:00 2001 From: Dan Yishai Date: Thu, 2 Dec 2021 21:58:47 +0200 Subject: [PATCH] =?UTF-8?q?=E2=98=81=EF=B8=8F=20Publish=20to=20PyPI=20on?= =?UTF-8?q?=20release?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/publish-to-test-pypi.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/publish-to-test-pypi.yml b/.github/workflows/publish-to-test-pypi.yml index 0ce26a8..7b38d83 100644 --- a/.github/workflows/publish-to-test-pypi.yml +++ b/.github/workflows/publish-to-test-pypi.yml @@ -6,6 +6,8 @@ on: pull_request: branches: [ main, release-* ] release: + types: + - released jobs: build-n-publish: