Skip to content
This repository was archived by the owner on Sep 14, 2023. It is now read-only.

Commit 3b46557

Browse files
authored
Avoid multiple executions on release (#100)
1 parent 8ad8885 commit 3b46557

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
@@ -2,7 +2,7 @@ name: release
22

33
on:
44
release:
5-
types: [published, created, edited]
5+
types: [published]
66

77
jobs:
88
pypi:

0 commit comments

Comments
 (0)