Skip to content

Commit

Permalink
Allow manual release
Browse files Browse the repository at this point in the history
  • Loading branch information
avdata99 committed Nov 25, 2024
1 parent b68e020 commit d956fa1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ name: Upload Python Package
on:
release:
types: [published]
# Allow manually
workflow_dispatch:

permissions:
contents: read
Expand Down

0 comments on commit d956fa1

Please sign in to comment.