Skip to content

Commit

Permalink
Try again. squash this once working
Browse files Browse the repository at this point in the history
  • Loading branch information
tcamise-gpsw committed Jan 7, 2025
1 parent fbb4445 commit dd64856
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish_python_sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ jobs:
with:
python-version: 3.12.8

- name: Install poetry
uses: abatilo/actions-poetry@v4

- name: Build and publish to pypi
run: |
poetry config pypi-token.pypi ${{ secrets.PYTHON_SDK_PYPI_TOKEN }}
Expand Down

0 comments on commit dd64856

Please sign in to comment.