Skip to content

Commit a3090e5

Browse files
committed
Switch to manual dispatch
1 parent 949c378 commit a3090e5

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/publish_pypi.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
name: publish-pypi
22

33
on:
4-
release:
5-
types: [published, edited]
4+
workflow_dispatch:
5+
# release:
6+
# types: [published, edited]
67

78
jobs:
89
build-and-publish:

0 commit comments

Comments
 (0)