mirror of
https://git.mirrors.martin98.com/https://github.com/infiniflow/ragflow.git
synced 2025-04-23 14:40:03 +08:00

### What problem does this PR solve? Manage ragflow-sdk with poetry ### Type of change - [x] Refactoring
10 lines
151 B
Markdown
10 lines
151 B
Markdown
# ragflow-sdk
|
|
|
|
# build and publish python SDK to pypi.org
|
|
|
|
```shell
|
|
poetry build
|
|
poetry config pypi-token.pypi $YOUR_PYPI_API_TOKEN
|
|
poetry publish
|
|
```
|