Skip to content

Commit d2effbc

Browse files
committed
add manual trigger option
1 parent 18f8889 commit d2effbc

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/CI_publish_pypi.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@ name: Publish
33
on:
44
release:
55
types: [published]
6+
workflow_dispatch:
7+
inputs:
8+
tag:
9+
description: Tag for manually running the Publish workflow
10+
required: False
11+
default: ''
612

713
jobs:
814
build:

0 commit comments

Comments
 (0)