Skip to content

Commit

Permalink
Change release types to published
Browse files Browse the repository at this point in the history
  • Loading branch information
xhluca authored Nov 13, 2024
1 parent 8b5ff10 commit 48d9f55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-python.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name: Publish Python Package

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

jobs:
bump-version-and-publish:
Expand Down Expand Up @@ -43,4 +43,4 @@ jobs:
python setup.py sdist bdist_wheel
- name: Publish package distributions to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
uses: pypa/gh-action-pypi-publish@release/v1

0 comments on commit 48d9f55

Please sign in to comment.