use 'working-directory' tag

This commit is contained in:
ani 2024-03-15 15:56:30 -04:00
parent fe239f6cc2
commit b84fc6f4a8
1 changed files with 2 additions and 2 deletions

View File

@ -14,10 +14,10 @@ jobs:
- name: Install dependencies
run: |
python3 -m pip install --upgrade poetry
cd express_relay/sdk/python/express_relay
poetry build
working-directory: "express_relay/sdk/python/express_relay"
- name: Build and publish
run: |
cd express_relay/sdk/python/express_relay
poetry build
poetry publish --username __token__ --password ${{ secrets.PYPI_TOKEN }}
working-directory: "express_relay/sdk/python/express_relay"