Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Severian
/
dify
like
0
Paused
App
Files
Files
Community
c7a62ec
dify
/
sdks
/
python-client
/
build.sh
Severian
initial commit
a8b3f00
25 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/*