Skip to content

Commit 59f47a2

Browse files
authored
Merge pull request #170 from aboutcode-org/push-relase-on-tag
Create pypi release from tag
2 parents a2fcb3f + be9368c commit 59f47a2

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.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)