Skip to content
This repository was archived by the owner on Nov 8, 2024. It is now read-only.

Commit 6082b17

Browse files
Add workflow_dispatch to test the workflow manually (#32)
1 parent c8b8cdd commit 6082b17

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: Publish to PyPi
22
on:
33
release:
44
types: [published]
5+
workflow_dispatch:
56

67
jobs:
78
build:

0 commit comments

Comments
 (0)