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