mirror of
https://github.com/gradio-app/gradio.git
synced 2024-12-21 02:19:59 +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
|
read new_version
|
||||||
sed -i "s/version='$old_version'/version='$new_version'/g" setup.py
|
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]$ ]]
|
if [[ $REPLY =~ ^[Yy]$ ]]
|
||||||
then
|
then
|
||||||
cd frontend
|
cd frontend
|
||||||
@ -15,7 +15,7 @@ then
|
|||||||
cd ..
|
cd ..
|
||||||
fi
|
fi
|
||||||
|
|
||||||
read -p "frontend updates? " -n 1 -r
|
read -p "frontend updates? " -r
|
||||||
if [[ $REPLY =~ ^[Yy]$ ]]
|
if [[ $REPLY =~ ^[Yy]$ ]]
|
||||||
then
|
then
|
||||||
aws s3 cp gradio/frontend s3://gradio/$new_version/ --recursive
|
aws s3 cp gradio/frontend s3://gradio/$new_version/ --recursive
|
||||||
|
Loading…
Reference in New Issue
Block a user