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

# build and publish python SDK to pypi.org

```shell
poetry build
poetry config pypi-token.pypi $YOUR_PYPI_API_TOKEN
poetry publish
```