Skip to content

Commit 41147af

Browse files
committed
Create pypi relase from tag
Signed-off-by: Keshav Priyadarshi <git@keshav.space>
1 parent a2fcb3f commit 41147af

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/pypi-release.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
name: Release library as a PyPI wheel and sdist on tag
22

33
on:
4-
release:
5-
types: [created]
4+
workflow_dispatch:
5+
push:
6+
tags:
7+
- "v*.*.*"
68

79
jobs:
810
build-and-publish-to-pypi:

0 commit comments

Comments
 (0)