### What problem does this PR solve? Fix release.yml ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue)tags/v0.15.1
| if: startsWith(github.ref, 'refs/tags/v') | if: startsWith(github.ref, 'refs/tags/v') | ||||
| uses: pypa/gh-action-pypi-publish@release/v1 | uses: pypa/gh-action-pypi-publish@release/v1 | ||||
| with: | with: | ||||
| packages-dir: dist/ | |||||
| packages-dir: sdk/python/dist/ | |||||
| password: ${{ secrets.PYPI_API_TOKEN }} | password: ${{ secrets.PYPI_API_TOKEN }} | ||||
| verbose: true | verbose: true |