Skip to content

Commit 6f31802

Browse files
committed
Publish on any version tag
1 parent 5873d16 commit 6f31802

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@ name: Publish to PyPI
22
on:
33
push:
44
tags:
5-
- "v[0-9]+.[0-9]+.[0-9]+"
6-
- "v[0-9]+.[0-9]+.[0-9]+rc[0-9]+"
7-
- "v[0-9]+.[0-9]+.[0-9]+dev[0-9]+"
5+
- "v[0-9]+.[0-9]+.[0-9]+*"
86

97
jobs:
108
publish:

0 commit comments

Comments
 (0)