From 0144f2af0da5f6e8fa6fd9f1d22c0791bc3e0745 Mon Sep 17 00:00:00 2001 From: Zulko Date: Mon, 18 Nov 2024 12:42:10 -0500 Subject: [PATCH] Update publish.yml --- .github/workflows/publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 535ae4c..6fbf6c8 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -2,7 +2,7 @@ name: Publish Python Package on: release: - types: [created] + types: [created, published] permissions: contents: read @@ -50,4 +50,4 @@ jobs: run: | python -m build - name: Publish - uses: pypa/gh-action-pypi-publish@release/v1 \ No newline at end of file + uses: pypa/gh-action-pypi-publish@release/v1