Skip to content

Commit f8e3b6f

Browse files
committed
Removed manual trigger
1 parent d7c0458 commit f8e3b6f

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.github/workflows/publish-pypi.yml

-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ on:
66
types:
77
- completed
88
status: success
9-
workflow_dispatch:
109

1110
jobs:
1211
publish:

.github/workflows/publish-testpypi.yml

-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ on:
44
push:
55
tags:
66
- 'v[0-9]+.[0-9]+.[0-9]+'
7-
workflow_dispatch:
87

98
jobs:
109
publish:

0 commit comments

Comments
 (0)