mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-07-07 17:10:50 +00:00

### What problem does this PR solve? Fix typo process_duration. ### Type of change - [x] Documentation Update - [x] Refactoring
ragflow-sdk
build and publish python SDK to pypi.org
uv build
uv pip install twine
export TWINE_USERNAME="__token__"
export TWINE_PASSWORD=$YOUR_PYPI_API_TOKEN
twine upload dist/*.whl