Replace poetry with uv (#4471)

### What problem does this PR solve?

Replace poetry with uv

### Type of change

- [x] Refactoring
This commit is contained in:
Zhichang Yu
2025-01-14 11:49:43 +08:00
committed by GitHub
parent fd0bf3adf0
commit d3c07794b5
17 changed files with 7047 additions and 11323 deletions

View File

@ -113,7 +113,7 @@ jobs:
if: startsWith(github.ref, 'refs/tags/v')
run: |
cd sdk/python && \
poetry build
uv build
- name: Publish package distributions to PyPI
if: startsWith(github.ref, 'refs/tags/v')