File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 9898
9999 needs : check-static-and-test-status
100100
101- if : contains(github.ref, 'tags/v')
101+ if : contains(github.ref, 'tags/v') # both v1.x.x & v2.X.X
102102
103103 runs-on : ubuntu-latest
104104
@@ -124,6 +124,8 @@ jobs:
124124 docs :
125125 name : Build and publish docs
126126
127+ if : startsWith(github.ref, 'tags/v2.') # Only for version 2.X.X
128+
127129 needs : deploy
128130
129131 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
66name = " corva-sdk"
77description = " SDK for building Corva DevCenter Python apps."
88readme = " README.md"
9- version = " 1.15.0 "
9+ version = " 1.15.1 "
1010license = { text = " The Unlicense" }
1111authors = [
1212 { name = " Jordan Ambra" , email = " jordan.ambra@corva.ai" }
You can’t perform that action at this time.
0 commit comments