Skip to content

Commit

Permalink
Update cd-pypi.yml (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
denproc authored Jun 11, 2020
1 parent 5a4b3d4 commit 52dc9a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: deployment to pypi

on:
release:
types: [created]
types: [published]

jobs:
deploy:
Expand All @@ -23,4 +23,4 @@ jobs:
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
run: |
python setup.py sdist bdist_wheel
twine upload dist/*
twine upload dist/*

0 comments on commit 52dc9a7

Please sign in to comment.