mirror of
https://github.com/gradio-app/gradio.git
synced 2025-02-23 11:39:17 +08:00
fixed upload to pypi
This commit is contained in:
parent
8e16edb3a5
commit
dd86fde551
@ -1,7 +1,8 @@
|
||||
#!/bin/bash
|
||||
# Before running this, go to setup.py and update the version # of the library
|
||||
|
||||
echo "Make sure to update the version number in setup.py!!!"
|
||||
echo "Make sure to update the version number in setup.py!!! Pulling latest changes from origin/master..."
|
||||
git pull origin master
|
||||
rm -r dist/*
|
||||
rm -r build/*
|
||||
python setup.py sdist bdist_wheel
|
||||
|
Loading…
Reference in New Issue
Block a user