t2d2-sdk 1.4.20.dev3__tar.gz → 1.4.20.dev6__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,8 +17,14 @@ jobs:
17
17
  id: version
18
18
  with:
19
19
  scheme: conventional_commits
20
+ - name: Push git tags
21
+ run:
22
+ git config --local user.email "bhiriyur@t2d2.ai" &&
23
+ git config --local user.name "Badri Hiriyur" &&
24
+ git tag -a v${{ steps.version.outputs.version }} -m "v${{ steps.version.outputs.version }}"
20
25
  pypi-publish:
21
26
  name: upload release to PyPI
27
+ needs: increment-version
22
28
  runs-on: ubuntu-latest
23
29
  environment:
24
30
  name: pypi
@@ -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.dev6
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.dev6'
16
+ __version_tuple__ = version_tuple = (1, 4, 20, 'dev6')
@@ -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.dev6
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