Skip to content

Commit

Permalink
allow GH workflow dispatch of publish action
Browse files Browse the repository at this point in the history
  • Loading branch information
omarryhan committed Jun 21, 2024
1 parent 606c17d commit 390ca30
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Upload Python Package
on:
release:
types: [created]
workflow_dispatch:
jobs:
publish:
name: Upload release to PyPI
Expand Down

0 comments on commit 390ca30

Please sign in to comment.