[x] My branch is up-to-date with upstream/develop branch.
[x] Everything works and tested for Python 3.6.0 and above.
Current behaviour
Currently, we have to publish release from our local to upload package on PyPi.
New expected behaviour
Setup a workflow using GitHub Actions to publish package every time we'll make a new release using GitHub.
Credentials have been added to repository secrets.
Added one minor change in the same PR. We can treat xsd:decimal as a float as well. This was required for creditrisk-poc as discussed with @Purvanshsingh
Fixes #
Checklist
Current behaviour
Currently, we have to publish release from our local to upload package on PyPi.
New expected behaviour
Setup a workflow using GitHub Actions to publish package every time we'll make a new release using GitHub. Credentials have been added to repository secrets.
Change logs