mirror of
https://github.com/gradio-app/gradio.git
synced 2025-01-30 11:00:11 +08:00
fix pypi pusher
This commit is contained in:
parent
edf8a9665f
commit
7a273edad4
@ -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
|
||||
|
@ -1 +1 @@
|
||||
2.8.3
|
||||
2.8.4
|
@ -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
|
||||
|
||||
|
2
setup.py
2
setup.py
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user