Skip to content

Commit 3f6a148

Browse files
anihamdeani
andauthored
fix per sdk pypi workflow (#1454)
* python3.12 -> python3.11? * test poetry build works * add back the publishing --------- Co-authored-by: ani <[email protected]>
1 parent 481a428 commit 3f6a148

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pypi-express-relay-utils.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/setup-python@v2
1414
- name: Install dependencies
1515
run: |
16-
python3 -m pip install --upgrade poetry
16+
python3.11 -m pip install --upgrade poetry
1717
poetry install
1818
working-directory: "express_relay/sdk/python/express_relay"
1919
- name: Build and publish

0 commit comments

Comments
 (0)