Skip to content

Commit 15f978a

Browse files
committed
Trigger publishing on tags push
1 parent 61ff4cb commit 15f978a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ name: Publish package to PyPI and create release
33
on:
44
push:
55
branches: [main]
6+
tags:
7+
- "v*" # Push events to matching v*, i.e. v1.0, v20.15.10
68

79
jobs:
810
build:

0 commit comments

Comments
 (0)