t2d2-sdk 1.4.20.dev3__tar.gz → 1.4.20.dev4__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -17,6 +17,8 @@ jobs:
17
17
  id: version
18
18
  with:
19
19
  scheme: conventional_commits
20
+ - name: Push git tags
21
+ run: git tag -a v${{ steps.version.outputs.version }} -m "v${{ steps.version.outputs.version }}"
20
22
  pypi-publish:
21
23
  name: upload release to PyPI
22
24
  runs-on: ubuntu-latest
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: t2d2-sdk
3
- Version: 1.4.20.dev3
3
+ Version: 1.4.20.dev4
4
4
  Summary: T2D2 SDK
5
5
  Author-email: Badri Hiriyur <badri@t2d2.ai>
6
6
  Project-URL: Homepage, https://t2d2.ai
@@ -12,5 +12,5 @@ __version__: str
12
12
  __version_tuple__: VERSION_TUPLE
13
13
  version_tuple: VERSION_TUPLE
14
14
 
15
- __version__ = version = '1.4.20.dev3'
16
- __version_tuple__ = version_tuple = (1, 4, 20, 'dev3')
15
+ __version__ = version = '1.4.20.dev4'
16
+ __version_tuple__ = version_tuple = (1, 4, 20, 'dev4')
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: t2d2-sdk
3
- Version: 1.4.20.dev3
3
+ Version: 1.4.20.dev4
4
4
  Summary: T2D2 SDK
5
5
  Author-email: Badri Hiriyur <badri@t2d2.ai>
6
6
  Project-URL: Homepage, https://t2d2.ai
File without changes
File without changes
File without changes