From ef1abe1071623ffe8c9da339d5309a60ae154fbd Mon Sep 17 00:00:00 2001 From: Abubakar Abid Date: Mon, 13 Jun 2022 13:09:31 -0700 Subject: [PATCH] Act2 (#1553) * configure * testing --- gradio/version.txt | 2 +- scripts/gh_action_pypi.sh | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/gradio/version.txt b/gradio/version.txt index e3d69dfa3c..10f388e69a 100644 --- a/gradio/version.txt +++ b/gradio/version.txt @@ -1 +1 @@ -3.0.13b101 +3.0.13b102 diff --git a/scripts/gh_action_pypi.sh b/scripts/gh_action_pypi.sh index b21d35ff84..c84167d63b 100755 --- a/scripts/gh_action_pypi.sh +++ b/scripts/gh_action_pypi.sh @@ -16,6 +16,7 @@ else GRADIO_VERSION=$new_version pnpm build:cdn cd .. echo "Before AWS" + aws configure list aws s3 cp gradio/templates/cdn s3://gradio/$new_version/ --recursive echo "After AWS" cp gradio/templates/cdn/index.html gradio/templates/frontend/share.html