File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -28,12 +28,12 @@ jobs:
2828 - name : Fetch local package version
2929 run : |
3030 packageLocalVersion=$(python -c 'from version import version; print(version);')
31- echo "localVersion=packageLocalVersion" >> $GITHUB_ENV
31+ echo "localVersion=$ packageLocalVersion" >> $GITHUB_ENV
3232
3333 - name : Fetch remote package version
3434 run : |
3535 packageRemoteVersion=$(python -c "exec(\"import pkg_resources\\ntry: print(pkg_resources.get_distribution('python_ms_core').version)\\nexcept pkg_resources.DistributionNotFound: print('0.0.0');\")")
36- echo "remoteVersion=packageRemoteVersion" >> $GITHUB_ENV
36+ echo "remoteVersion=$ packageRemoteVersion" >> $GITHUB_ENV
3737
3838 - name : Printing local and remote versions
3939 run : echo "Local version ${{env.localVersion}} and remote version ${{env.remoteVersion}}"
Original file line number Diff line number Diff line change 11# Change log
22
3- ### 0.0.12
3+ ### 0.0.1
44- Introduces Topic and subscription methods in Core.
55- Added methods
66 - Core.ge_topic()
You can’t perform that action at this time.
0 commit comments