gradio/client/python/scripts/build_pypi.sh
Abubakar Abid c4ad09b631
Adds a pypi release action for the gradio python client (#3743)
* release action

* fixes

* name

* Update version.txt

* Update version.txt

* update

* fixes

* version

* rename

* action

* fix token

* custom dir

* fixes

* change password

* revert back to token

* scripts

* remove twine
2023-04-04 13:51:51 -07:00

10 lines
120 B
Bash
Executable File

#!/bin/bash
set -e
cd "$(dirname ${0})/.."
python3 -m pip install build
rm -rf dist/*
rm -rf build/*
python3 -m build