Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd119fe commit d52d12cCopy full SHA for d52d12c
1 file changed
.github/workflows/python-publish-testpypi.yml
@@ -4,7 +4,7 @@ on:
4
push:
5
# Pattern matched against refs/tags
6
tags:
7
- - 'test*' # Push events to every tag not containing /
+ - 'v**test' # Push events to every tag not containing /
8
9
jobs:
10
build:
0 commit comments