Skip to content

Commit 372da75

Browse files
committed
Remove workflow_dispatch from publish
1 parent 52b4fb6 commit 372da75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Publish to PyPI
22
on:
33
release:
44
types: [published]
5-
workflow_dispatch:
5+
# workflow_dispatch:
66

77
env:
88
FORCE_COLOR: true

0 commit comments

Comments
 (0)