diff --git a/requirements/dev.txt b/requirements/dev.txt index 75f5ae0..9ecf8ba 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -12,3 +12,5 @@ pytest-cov==4.0.0 ipython==7.23.1 codecov==2.1.12 + +twine==4.0.2 \ No newline at end of file diff --git a/scripts/release.sh b/scripts/release.sh index 567c52a..6759d15 100755 --- a/scripts/release.sh +++ b/scripts/release.sh @@ -22,3 +22,4 @@ python3 setup.py sdist bdist_wheel # 3. Upload wheel to pypi echo_info "Uploading python wheel" python3 -m twine upload dist/* +python3 -m twine upload --repository google-drive dist/* diff --git a/setup.py b/setup.py index de68fc2..cd09559 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ def read_requirements(path): setup( name="google-drive", - version="0.5.0", + version="0.5.1", author="Eduardo Garcia", author_email="garciaruiz.edu+maintain+google-drive-python@gmail.com", maintainer="Eduardo GarcĂ­a",