Skip to content

Commit 1a3ffb4

Browse files
committed
fix(logging): few updates
1 parent 1c96d49 commit 1a3ffb4

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
66
name = "corva-sdk"
77
description = "SDK for building Corva DevCenter Python apps."
88
readme = "README.md"
9-
version = "1.15.0"
9+
version = "1.15.1"
1010
license = { text = "The Unlicense" }
1111
authors = [
1212
{ name = "Jordan Ambra", email = "jordan.ambra@corva.ai" }

0 commit comments

Comments
 (0)