Skip to content

Commit 9ce1bf6

Browse files
authored
Update release.yml
Add workflow_dispatch trigger for testing
1 parent 92e9597 commit 9ce1bf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Publish Python distribution package to PyPI
33
on:
44
release:
55
types: [created]
6-
6+
workflow_dispatch:
77

88
jobs:
99
build:

0 commit comments

Comments
 (0)