From b4c45a421857a413da7cad7026341616bd65d3b0 Mon Sep 17 00:00:00 2001 From: eduardo Date: Tue, 5 Dec 2023 22:04:40 +0100 Subject: [PATCH] releasing 0.5.1 with code formatting and adding requirements that were missing --- requirements/dev.txt | 2 ++ scripts/release.sh | 1 + setup.py | 2 +- 3 files changed, 4 insertions(+), 1 deletion(-) 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",