From b7f5b187c48e7431090b36ab1ff0051e6d65e83e Mon Sep 17 00:00:00 2001 From: Ubuntu Date: Thu, 15 Oct 2020 16:03:16 +0000 Subject: [PATCH 1/2] updated PyPi auto uploading --- proglearn/__init__.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/proglearn/__init__.py b/proglearn/__init__.py index 1b1275e534..3ac52fdc40 100755 --- a/proglearn/__init__.py +++ b/proglearn/__init__.py @@ -3,4 +3,4 @@ from .voters import * from .deciders import * -__version__ = "0.0.1" +__version__ = "0.0.2" diff --git a/setup.py b/setup.py index 6488df4c32..29d6716d1a 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ setup( name="proglearn", - version="0.0.1", + version=VERSION, author="Will LeVine, Jayanta Dey, Hayden Helm", author_email="levinewill@icloud.com", maintainer="Will LeVine, Jayanta Dey", From 0e88af061401084494e0517cdce163aafa3334a1 Mon Sep 17 00:00:00 2001 From: Ubuntu Date: Thu, 15 Oct 2020 16:08:45 +0000 Subject: [PATCH 2/2] got rid of Travis auto-uploading, updated auto-version updating --- .travis.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.travis.yml b/.travis.yml index dff413f6e8..ce134c5db0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -33,10 +33,3 @@ script: after_success: - codecov - -deploy: - provider: pypi - username: "__token__" - password: "pypi-AgEIcHlwaS5vcmcCJGExMGU2ZDIwLWZjZjItNDE2OC1hMTAwLTBjMjcwODk0NmVhNgACOnsicGVybWlzc2lvbnMiOiB7InByb2plY3RzIjogWyJwcm9nbGVhcm4iXX0sICJ2ZXJzaW9uIjogMX0AAAYg4-9xmR2nprlOAV7X-Nv6Dkvi6N-WkTBEyTe8WvrWUC0" - on: - branch: main