install and build

This commit is contained in:
ani 2024-03-15 16:12:14 -04:00
parent b84fc6f4a8
commit 77f29af900
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ jobs:
- name: Install dependencies
run: |
python3 -m pip install --upgrade poetry
poetry build
poetry install
working-directory: "express_relay/sdk/python/express_relay"
- name: Build and publish
run: |