We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b67915 commit 93fe06fCopy full SHA for 93fe06f
.github/workflows/cd.yml
@@ -3,7 +3,7 @@ name: Publish to pypi
3
on:
4
push:
5
tags:
6
- - v*
+ - 'v*'
7
jobs:
8
deploy:
9
runs-on: ubuntu-latest
0 commit comments