Skip to content

Commit 8124128

Browse files
committed
fixing workflows
1 parent eb4cc9f commit 8124128

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/pypi-release.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
name: Publish Python distribution to PyPI
2-
on: release
2+
3+
on:
4+
release:
5+
types: [published]
36

47
jobs:
58
build:

0 commit comments

Comments
 (0)