mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-08 20:42:30 +08:00
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:
@ -3,7 +3,9 @@
|
||||
# build and publish python SDK to pypi.org
|
||||
|
||||
```shell
|
||||
poetry build
|
||||
poetry config pypi-token.pypi $YOUR_PYPI_API_TOKEN
|
||||
poetry publish
|
||||
uv build
|
||||
uv pip install twine
|
||||
export TWINE_USERNAME="__token__"
|
||||
export TWINE_PASSWORD=$YOUR_PYPI_API_TOKEN
|
||||
twine upload dist/*.whl
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user