Skip to content

Commit ca732f3

Browse files
Update pythonpublish.yml (#692)
1 parent e8b4e21 commit ca732f3

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/pythonpublish.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,13 @@ name: Upload Python Package
22

33
on:
44
release:
5-
types: [created]
5+
types: [created]
6+
workflow_dispatch:
7+
inputs:
8+
tag:
9+
description: ''
10+
required: false
11+
default: ''
612

713
jobs:
814
publish:

0 commit comments

Comments
 (0)