dify/sdks/python-client/build.sh
2023-05-15 08:51:32 +08:00

9 lines
No EOL
139 B
Bash
Executable file

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