fix pypi pusher

This commit is contained in:
Ali Abid 2022-02-23 22:59:44 -08:00
parent edf8a9665f
commit 7a273edad4
4 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: gradio
Version: 2.8.3
Version: 2.8.4
Summary: Python library for easily interacting with trained machine learning models
Home-page: https://github.com/gradio-app/gradio-UI
Author: Abubakar Abid, Ali Abid, Ali Abdalla, Dawood Khan, Ahsen Khaliq

View File

@ -1 +1 @@
2.8.3
2.8.4

View File

@ -14,6 +14,7 @@ else
if [[ $REPLY =~ ^[Yy]$ ]]
then
echo -n $new_version > gradio/version.txt
rm -rf gradio/templates/frontend
cd ui
npm run build
cd ..
@ -25,6 +26,5 @@ else
python3 -m twine upload dist/*
git add -A
git commit -m "updated PyPi version to $new_version"
git push origin master
fi

View File

@ -5,7 +5,7 @@ except ImportError:
setup(
name="gradio",
version="2.8.3",
version="2.8.4",
include_package_data=True,
description="Python library for easily interacting with trained machine learning models",
author="Abubakar Abid, Ali Abid, Ali Abdalla, Dawood Khan, Ahsen Khaliq",