Skip to content

Commit 187767b

Browse files
authored
fix: patch to python-publish.yml to enable it (cadence-workflow#61)
<!-- Describe what has changed in this PR --> **What changed?** Apparently it's still missing a ` ` in the yml so that it could not trigger the action run. This pr aims to fix that
1 parent 5ee7494 commit 187767b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name: Upload Python Package
55

66
on:
77
release:
8-
types:
8+
types:
99
- published
1010

1111
permissions:

0 commit comments

Comments
 (0)