Skip to content

Commit 9340ca8

Browse files
committed
Update publish-pypi.yml
Add workflow dispatch to manually publish failed runs
1 parent e33f16c commit 9340ca8

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/publish-pypi.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: Upload to PyPI
22

33
on:
4+
workflow_dispatch:
5+
46
release:
57
types: [published]
68

0 commit comments

Comments
 (0)