Skip to content

Commit

Permalink
Fixing up GH package build
Browse files Browse the repository at this point in the history
  • Loading branch information
Gordonei committed Jun 28, 2024
1 parent 0d0ac4a commit 13c9dbd
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .github/workflows/python-client-pkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,14 @@ jobs:
- name: Generate Python client package
run: |
docker run --rm -v "${PWD}:/local" openapitools/openapi-generator-cli generate \
-i /local/fcsa_service_request-1.0.0-resolved.json \
-g python \
-o /local/dist/python \
--additional-properties=packageName="coct_sr_api_client" \
--additional-properties=packageVersion=0.1.0
docker run --rm -v "${PWD}:/local" \
openapitools/openapi-generator-clisha256:a1460b4c11dc8c883cd34b2dbfe19d08954aea2f533cf238ff24a1fd71462aa4 \
generate \
-i /local/city-sr-api.json \
-g python \
-o /local/dist/python \
--additional-properties=packageName="coct_sr_api_client" \
--additional-properties=packageVersion=0.2.0
- name: Check if package version exists on PyPI
env:
Expand Down

0 comments on commit 13c9dbd

Please sign in to comment.