We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea22f6a commit c1dfe3eCopy full SHA for c1dfe3e
.github/workflows/publish.yml
@@ -3,7 +3,7 @@ name: Publish to PyPI
3
on:
4
push:
5
tags:
6
- - 'v*'
+ - '*'
7
8
jobs:
9
publish:
0 commit comments