Files
urbanLifeline/dify/sdks/python-client/build.sh
2025-12-01 17:21:38 +08:00

10 lines
140 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/*