Skip to content

Commit

Permalink
bash script (#5595)
Browse files Browse the repository at this point in the history
  • Loading branch information
abidlabs committed Sep 19, 2023
1 parent 51a0a2e commit ab2f9e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_pypi.sh
Expand Up @@ -6,7 +6,7 @@ cd "$(dirname ${0})"
# You should update the version in package.json before running this script
FILE="gradio/package.json"
new_version=$(python -c "import json; f = open('$FILE', 'r'); data = json.load(f); print(data['version']); f.close();")
GRADIO_VERSION = $new_version
GRADIO_VERSION=$new_version

rm -rf gradio/templates/frontend
rm -rf gradio/templates/cdn
Expand Down

0 comments on commit ab2f9e0

Please sign in to comment.