Skip to content

Commit

Permalink
.github/workflows: Fix SDK path in release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
s-heppner committed Dec 11, 2024
1 parent 79af0a0 commit 9f3296b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ jobs:
publish:
# This job publishes the package to PyPI
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./sdk
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.10
Expand Down

0 comments on commit 9f3296b

Please sign in to comment.