Skip to content

Commit bcb8216

Browse files
committed
fix tag check
1 parent dc85fac commit bcb8216

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/python-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Publish to PyPI
33
on:
44
push:
55
tags:
6-
- '[0-9]+.[0-9]+.[0-9+]+'
6+
- '*'
77

88
permissions:
99
contents: read

0 commit comments

Comments
 (0)