mirror of
https://github.com/langgenius/dify.git
synced 2026-05-04 09:28:04 +08:00
Initial commit
This commit is contained in:
9
sdks/python-client/build.sh
Executable file
9
sdks/python-client/build.sh
Executable file
@ -0,0 +1,9 @@
|
||||
#!/bin/bash
|
||||
|
||||
set -e
|
||||
|
||||
rm -rf build dist *.egg-info
|
||||
|
||||
pip install setuptools wheel twine
|
||||
python setup.py sdist bdist_wheel
|
||||
twine upload dist/*
|
||||
Reference in New Issue
Block a user