From 7c773ad3ad200e8cc08d58bf3e983f4d0a1f3ee6 Mon Sep 17 00:00:00 2001 From: AlexanderJuestel <45469915+AlexanderJuestel@users.noreply.github.com> Date: Tue, 31 Oct 2023 19:24:50 +0100 Subject: [PATCH] Update pypi_release.yml --- .github/workflows/pypi_release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pypi_release.yml b/.github/workflows/pypi_release.yml index d78c49a..c78ac19 100644 --- a/.github/workflows/pypi_release.yml +++ b/.github/workflows/pypi_release.yml @@ -5,7 +5,7 @@ name: pypi on: release: - types: [created] + types: [published] jobs: deploy: @@ -36,4 +36,4 @@ jobs: run: | python -m build #python setup.py sdist bdist_wheel - twine upload dist/* \ No newline at end of file + twine upload dist/*