Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
Severian/dify
ZHZ1024
/
dify
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
c3121a2
dify
/
sdks
/
python-client
/
build.sh
Severian
initial commit
a8b3f00
4 months ago
raw
Copy download link
history
blame
139 Bytes
#!/bin/bash
set
-e
rm
-rf build dist *.egg-info
pip install setuptools wheel twine
python setup.py sdist bdist_wheel
twine upload dist/*