Skip to content

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Zulko authored Nov 18, 2024
1 parent 27e329d commit 0144f2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Publish Python Package

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

permissions:
contents: read
Expand Down Expand Up @@ -50,4 +50,4 @@ jobs:
run: |
python -m build
- name: Publish
uses: pypa/gh-action-pypi-publish@release/v1
uses: pypa/gh-action-pypi-publish@release/v1

0 comments on commit 0144f2a

Please sign in to comment.