Skip to content

Commit 5b93383

Browse files
authored
ci: fix release syntax (#79)
1 parent eb51c60 commit 5b93383

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: .github/workflows/release.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
name: upload release to PyPI
22
on:
33
release:
4-
- published
4+
types:
5+
- published
56

67
jobs:
78
pypi-publish:

0 commit comments

Comments
 (0)