Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Underground-Digital
/
cc-api
like
0
Running
App
Files
Files
Community
995af0f
cc-api
/
dify_client_python
/
build.sh
Severian
Upload 81 files
995af0f
verified
2 days ago
raw
Copy download link
history
blame
Safe
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/*