From 52dc9a7e04bf97e44c70be8d74e8fd75ce873429 Mon Sep 17 00:00:00 2001 From: Denis Prokopenko <22414094+denproc@users.noreply.github.com> Date: Thu, 11 Jun 2020 09:54:27 +0300 Subject: [PATCH] Update cd-pypi.yml (#83) --- .github/workflows/cd-pypi.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cd-pypi.yml b/.github/workflows/cd-pypi.yml index 5936ed3c..8cdd85b5 100644 --- a/.github/workflows/cd-pypi.yml +++ b/.github/workflows/cd-pypi.yml @@ -2,7 +2,7 @@ name: deployment to pypi on: release: - types: [created] + types: [published] jobs: deploy: @@ -23,4 +23,4 @@ jobs: TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }} run: | python setup.py sdist bdist_wheel - twine upload dist/* \ No newline at end of file + twine upload dist/*