Skip to content

Commit 4e80e1b

Browse files
authored
chore: Modify triggers in pypi.yml for workflow_dispatch
Updated workflow triggers for PyPI publishing.
1 parent 7c70e6d commit 4e80e1b

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/pypi.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
name: Publish to PyPI
22

3-
on:
4-
release:
5-
types: [published]
6-
workflow_dispatch:
3+
on: workflow_dispatch
74

85
jobs:
96
deploy:

0 commit comments

Comments
 (0)