Skip to content

Commit 418cee8

Browse files
authored
Update tag patterns for PyPI workflow
1 parent 3b18235 commit 418cee8

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/pypi.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ name: PyPI
33
on:
44
push:
55
tags:
6-
- "v[0-9]+.[0-9]+.[0-9]+(a|b|rc)[0-9]+"
7-
- "v[0-9]+.[0-9]+.[0-9]+"
6+
- "v[0-9]*.[0-9]*.[0-9]*"
87

98
env:
109
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true

0 commit comments

Comments
 (0)