mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-11-11 07:13:59 +00:00
### What problem does this PR solve? - Update version tags in README files (including translations) from v0.20.5 to v0.21.0 - Modify Docker image references and documentation to reflect new version - Update version badges and image descriptions - Maintain consistency across all language variants of README files ### Type of change - [x] Documentation Update
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