Skip to content

Commit 35f98a6

Browse files
authored
Update publish.yml
1 parent 5017eb6 commit 35f98a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Publish package
33
on:
44
push:
55
tags:
6-
- 'v[0-9]+.[0-9]+.[0-9]'
6+
- 'v[0-9]+.[0-9]+.[0-9]+*'
77
defaults:
88
run:
99
shell: bash
@@ -39,4 +39,4 @@ jobs:
3939
if: startsWith(github.ref, 'refs/tags')
4040
uses: pypa/gh-action-pypi-publish@release/v1
4141
with:
42-
verbose: true
42+
verbose: true

0 commit comments

Comments
 (0)