mirror of
https://github.com/gradio-app/gradio.git
synced 2024-12-15 02:11:15 +08:00
updated PyPi version
This commit is contained in:
parent
5b61f6631c
commit
4c2efc54a8
@ -1 +1 @@
|
||||
2.0.8
|
||||
2.1.1
|
||||
|
@ -7,7 +7,7 @@ echo "Current version is $old_version. New version?"
|
||||
read new_version
|
||||
sed -i "s/version='$old_version'/version='$new_version'/g" setup.py
|
||||
|
||||
read -p "npm build? " -n 1 -r
|
||||
read -p "npm build? " -r
|
||||
if [[ $REPLY =~ ^[Yy]$ ]]
|
||||
then
|
||||
cd frontend
|
||||
@ -15,7 +15,7 @@ then
|
||||
cd ..
|
||||
fi
|
||||
|
||||
read -p "frontend updates? " -n 1 -r
|
||||
read -p "frontend updates? " -r
|
||||
if [[ $REPLY =~ ^[Yy]$ ]]
|
||||
then
|
||||
aws s3 cp gradio/frontend s3://gradio/$new_version/ --recursive
|
||||
|
Loading…
Reference in New Issue
Block a user