Skip to content

Commit

Permalink
Update pypi_release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderJuestel authored Oct 31, 2023
1 parent 7d2ea32 commit 7c773ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pypi_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name: pypi

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

jobs:
deploy:
Expand Down Expand Up @@ -36,4 +36,4 @@ jobs:
run: |
python -m build
#python setup.py sdist bdist_wheel
twine upload dist/*
twine upload dist/*

0 comments on commit 7c773ad

Please sign in to comment.