We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9406c47 commit c26b399Copy full SHA for c26b399
1 file changed
.github/workflows/python-publish.yml
@@ -3,6 +3,7 @@ name: Upload Python Packages
3
on:
4
push:
5
tags: ['v*']
6
+ branches: ['main'] # tag must be reachable from main branch
7
8
jobs:
9
deploy:
0 commit comments