We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc85fac commit bcb8216Copy full SHA for bcb8216
1 file changed
.github/workflows/python-publish.yml
@@ -3,7 +3,7 @@ name: Publish to PyPI
3
on:
4
push:
5
tags:
6
- - '[0-9]+.[0-9]+.[0-9+]+'
+ - '*'
7
8
permissions:
9
contents: read
0 commit comments