Skip to content

Commit

Permalink
Merge pull request #315 from neurodata/pypi_uploading
Browse files Browse the repository at this point in the history
Fixed PyPi package auto-incrementing
  • Loading branch information
jdey4 authored Oct 15, 2020
2 parents 1d17e75 + 0e88af0 commit 9ee05b7
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 9 deletions.
7 changes: 0 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,3 @@ script:

after_success:
- codecov

deploy:
provider: pypi
username: "__token__"
password: "pypi-AgEIcHlwaS5vcmcCJGExMGU2ZDIwLWZjZjItNDE2OC1hMTAwLTBjMjcwODk0NmVhNgACOnsicGVybWlzc2lvbnMiOiB7InByb2plY3RzIjogWyJwcm9nbGVhcm4iXX0sICJ2ZXJzaW9uIjogMX0AAAYg4-9xmR2nprlOAV7X-Nv6Dkvi6N-WkTBEyTe8WvrWUC0"
on:
branch: main
2 changes: 1 addition & 1 deletion proglearn/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
from .voters import *
from .deciders import *

__version__ = "0.0.1"
__version__ = "0.0.2"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

setup(
name="proglearn",
version="0.0.1",
version=VERSION,
author="Will LeVine, Jayanta Dey, Hayden Helm",
author_email="[email protected]",
maintainer="Will LeVine, Jayanta Dey",
Expand Down

0 comments on commit 9ee05b7

Please sign in to comment.