File size: 203 Bytes
a95856e
4359d15
a95856e
4359d15
 
1e39314
 
 
 
 
4359d15
1
2
3
4
5
6
7
8
9
10
11
12
# ragflow-sdk

# build and publish python SDK to pypi.org

```shell
uv build
uv pip install twine
export TWINE_USERNAME="__token__"
export TWINE_PASSWORD=$YOUR_PYPI_API_TOKEN
twine upload dist/*.whl
```