Skip to content

Commit 0d809fd

Browse files
Change release event type from 'published' to 'released'
1 parent 2776e5d commit 0d809fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
required: true
99
type: string
1010
release:
11-
types: [published]
11+
types: [released]
1212

1313
jobs:
1414
build-and-publish:

0 commit comments

Comments
 (0)