Skip to content

Commit fb5d840

Browse files
committed
Revert to triggering on release
1 parent a3090e5 commit fb5d840

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/publish_pypi.yml

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

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

87
jobs:
98
build-and-publish:

0 commit comments

Comments
 (0)