Skip to content

Commit fa0e7d2

Browse files
author
Erwan SIMONETTI
committed
feat(pypi): automatic pypi release workflow
1 parent e57a2d7 commit fa0e7d2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: Upload release to PyPI
22
on:
3-
workflow_dispatch:
3+
release:
4+
types:
5+
- published
46

57
jobs:
68
pypi-publish:

0 commit comments

Comments
 (0)