We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64f8b10 commit 0b70059Copy full SHA for 0b70059
1 file changed
.github/workflows/python-publish.yml
@@ -7,8 +7,7 @@ name: Upload Python Package
7
8
on:
9
push:
10
- branches:
11
- - master
+ tags: 'v*.*.*'
12
13
jobs:
14
deploy:
0 commit comments