Skip to content

Commit 701ff1f

Browse files
committed
ci: only deploy to PyPI on X.Y.Z{,rcN} tags
We want to reserve other tags for our own purposes without it creating a release.
1 parent 66311ff commit 701ff1f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ on:
66
- master
77
- "[0-9]+.[0-9]+.x"
88
tags:
9-
- "*"
9+
- "[0-9]+.[0-9]+.[0-9]+"
10+
- "[0-9]+.[0-9]+.[0-9]+rc[0-9]+"
1011

1112
pull_request:
1213
branches:

0 commit comments

Comments
 (0)