Skip to content

Commit 4a2ce0a

Browse files
committed
fix: add manual trigger and released type to publish workflow
1 parent f938172 commit 4a2ce0a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ name: Publish to PyPI
22

33
on:
44
release:
5-
types: [published]
5+
types: [published, released]
6+
workflow_dispatch:
67

78
jobs:
89
deploy:

0 commit comments

Comments
 (0)