Skip to content

Commit

Permalink
add manual trigger option
Browse files Browse the repository at this point in the history
  • Loading branch information
florian-huber committed Nov 21, 2024
1 parent 18f8889 commit d2effbc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/CI_publish_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ name: Publish
on:
release:
types: [published]
workflow_dispatch:
inputs:
tag:
description: Tag for manually running the Publish workflow
required: False
default: ''

jobs:
build:
Expand Down

0 comments on commit d2effbc

Please sign in to comment.