Files
dify_origin_resource/dify_0.15.3/sdks/python-client/build.sh
2025-10-14 14:17:21 +08:00

9 lines
139 B
Bash

#!/bin/bash
set -e
rm -rf build dist *.egg-info
pip install setuptools wheel twine
python setup.py sdist bdist_wheel
twine upload dist/*