Skip to content

Commit 6ef181b

Browse files
committed
devops: allow publish.yml on workflow dispatch
1 parent 92003d2 commit 6ef181b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: Upload Python Package
22
on:
33
release:
44
types: [published]
5+
workflow_dispatch:
56
jobs:
67
deploy-conda:
78
strategy:

0 commit comments

Comments
 (0)