Skip to content
This repository has been archived by the owner on Jul 4, 2024. It is now read-only.

Commit

Permalink
Added License softlinks. Added Mojaloop to API Docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
lalithkota committed Nov 27, 2023
1 parent 1e0d1a4 commit 1e0a38b
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 1,123 deletions.
1 change: 1 addition & 0 deletions .github/workflows/openapi-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
python -m pip install git+https://github.com/openg2p/openg2p-fastapi-common.git@develop\#egg=openg2p-common-g2pconnect-id-mapper\&subdirectory=openg2p-common-g2pconnect-id-mapper
python -m pip install ./social-payments-account-registry
python -m pip install ./spar-mapper-g2p-connect
python -m pip install ./spar-mojaloop-als-oracle
- name: Generate openapi json
run: |
mkdir -p api-docs/generated
Expand Down
7 changes: 7 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,10 @@ jobs:
with:
packages-dir: spar-mapper-g2p-connect/dist
password: ${{ secrets.PYPI_API_TOKEN }}
- name: Build distribution SPAR Mojaloop ALS Oracle
run: python -m build spar-mojaloop-als-oracle
- name: Publish SPAR Mojaloop ALS Oracle
uses: pypa/gh-action-pypi-publish@release/v1
with:
packages-dir: spar-mojaloop-als-oracle/dist
password: ${{ secrets.PYPI_API_TOKEN }}
373 changes: 0 additions & 373 deletions social-payments-account-registry/LICENSE

This file was deleted.

1 change: 1 addition & 0 deletions social-payments-account-registry/LICENSE
Loading

0 comments on commit 1e0a38b

Please sign in to comment.