Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
CatPtain
/
dify
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
3f360c7
dify
/
sdks
/
python-client
/
build.sh
CatPtain
Upload 23 files
5ec6b0e
verified
2 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/*