From 8629ccf36435000bd24717dd448de22f57ed420a Mon Sep 17 00:00:00 2001 From: Giuseppe De Marco Date: Wed, 13 Oct 2021 18:36:01 +0200 Subject: [PATCH] fix: pypi gh action - release event --- .github/workflows/pypi.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pypi.yml b/.github/workflows/pypi.yml index 4a916526..bb9da865 100644 --- a/.github/workflows/pypi.yml +++ b/.github/workflows/pypi.yml @@ -2,7 +2,7 @@ name: Publish Python distribution to PyPI on: release: types: - - created + - published jobs: build-n-publish: