Skip to content

Commit

Permalink
Added workflow_dispatch for pypi release workflow (#3465)
Browse files Browse the repository at this point in the history
  • Loading branch information
vladvildanov authored Dec 23, 2024
1 parent 3208809 commit 8e2f2d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pypi-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Publish tag to Pypi
on:
release:
types: [published]
workflow_dispatch:

permissions:
contents: read # to fetch code (actions/checkout)
Expand Down

0 comments on commit 8e2f2d3

Please sign in to comment.