Skip to content

Commit

Permalink
frank/update release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
soundsonacid authored Jan 30, 2024
1 parent f19fa1c commit 85d34df
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ jobs:
- name: Checkout
uses: actions/[email protected]

- name: Change to SDK directory
run: cd python

- name: Set up Python
uses: actions/[email protected]
with:
Expand All @@ -23,5 +26,7 @@ jobs:
virtualenvs-create: true
virtualenvs-in-project: true
installer-parallel: true

# The following steps will now execute in the python/sdk directory
- run: poetry build
- run: poetry publish --username=__token__ --password=${{ secrets.PYPI_TOKEN }}

0 comments on commit 85d34df

Please sign in to comment.