Skip to content

Commit

Permalink
30-12-2020 3
Browse files Browse the repository at this point in the history
  • Loading branch information
iamsaswata committed Dec 29, 2020
1 parent 9e15841 commit f346a8e
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: python
python:
- "3.7"
- "3.6"
env:
global:
secure: QfXgoTOoSf7jj/sIo0Fk/5VsXV4da9Eb4kap9V9fKVjjp0MwRkXX/dh0RQzhP5dKFrzL0u8GXnCU12sX2Hwr8AR/Xqy1XVvFHP2kgpT7qxxczZIyyc2c2AdjBSOylVJC/WUwitdht/aWYIZeW5jBLpFWJ4FvY57RQ+ktQDTuTKPQq5eZ2i3fQMOtynAPVuaQWezxyf+zSuI4zwDzPenBer1DeXE/ZwdnPaczE691KlkxjdnjLn+fAmOUDuiWj85gjzEMbriguVH8z/uCbkt78pgiF5XU6D3tjD+DFRUvNiRKJ7rqTJwVCKCoJyggG2gWWA+ijl6TCO6fUJff63UG+Bxp76Jfj5sLdkKQYcMVNLuQEv0ZlL+rpsm19GdsXHO5hhZVaOkp1bIZXcgusiUr6HB6evex8r40cCq22WUV/hE+RzdkLM63Igubti5FvBTqFQrgt8dk48y8OuQokdmuGpbhtyeDT4zXz9+FoBl8BxyqXGy4JqdEOnlgJlXtNM3cAvpqR0wnK9sxM6/LWOdlTVBCBFqE5zPOm8SihHazugWd6zb8ryQEuESCi9bzCpba4DVhRjopzodc06bBNISuBQjZ5Y/Dv6oi6QKZf63JQYfQ/now6Ct32qVWGNA050Gc2/3elj+G2tGsTg2+kEhCygKenN4hUWFx3E8Vrgp1H2s=
Expand All @@ -10,7 +10,7 @@ before_install:
- chmod +x miniconda.sh
- bash miniconda.sh -b -p $HOME/miniconda
- export PATH="$HOME/miniconda/bin:$PATH"
- conda install -y -c anaconda python=3.7.6
- conda install -y -c anaconda python=3.6
- conda config --set always_yes true --set changeps1 no
- conda update -q conda
- conda install -y conda-build
Expand Down Expand Up @@ -40,8 +40,8 @@ jobs:
secure: OBc3A5ev15krWGKKApUjjE8pYNmEI3h3A/OXcc/KlnlW7MBksvrgzNPXbEhaUJ1/cYyzCAxJhOozFP8HO0Np80KkXZt26MCohhBTpDTcnzOm0JpE+wZBg+FQCRXNuELkwNj7B3mlrgZcXys3/qyjQ8CyqIg/4MAejIS/M7yPFgocJ+wdYlLPR4Q3GdnVoIv2X2GScPUFybpQ9PKxgZaB83amhXDKlphzFmxPoHIsak2fKZ7wbzFfWGRHL1pqk897fV+WSm+Oc4086NSYg+1pq5v45hCo3c5EGhdXf94Om554YDZd/YEq+EVzvHJ3noijjFFR1F51R9s5CBlObpV+WIF2xJRGm58oI3YkwSrNpLYKiNSUjqLgcLguMhwk+1VUCyCIrK2tOY2kAeXiBJgORl+MOigr66nJhGmNjdOVZ0ALputHHtz+4FqayFNR6fWvtnrS9O9NQtq9q5NZ4rQD90+ZOPcFrD87HujWL1aZGPfZt0IXlZQKTl5owV5JKKcMDIi7e8s9WwYX/IuG27yNLmbcb1I3K/nAS3B4Zg4ZCXqkbXBJekpPSVuYszFUlywzZmV8KqB5aYkBsur+n9FYkUuSGO7RlgwYPRnie6qSK1hXTWrZo0QsiDfhzwlw0rXiJxI2qF3/JDj39CJ1PeLvH5G9UnOJdINXKCBz7vgxoy4=
on:
tags: false
python: 3.7
python: 3.6
- stage: "Upload to Ananconda"
name: "upload latest pypi to nacoonda"
name: "upload latest pypi to Anacoonda"
script:
- bash deploy_conda.sh
2 changes: 1 addition & 1 deletion deploy_conda.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# change the package name to the existing PyPi package you would like to build
pkg='imdlib'
echo $PWD
array=( 3.7 )
array=( 3.6 )
echo "Building conda package ..."
cd ~
echo $PWD
Expand Down
2 changes: 1 addition & 1 deletion meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package:
name: imdlib
version: 0.1.8.1
version: 0.1.9
build:
script_env:
- VERSION
Expand Down
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
from setuptools.command.install import install

# imdlib version
VERSION = "0.1.8.1"
VERSION = "0.1.9"

def readme():
"""print long description"""
Expand All @@ -20,7 +20,7 @@ def readme():

setup(
name="imdlib",
version="0.1.8.1",
version="0.1.9",
author="Saswata Nandi",
author_email="iamsaswata@yahoo.com",
description="A tool for handling and downloading IMD gridded data",
Expand All @@ -42,7 +42,7 @@ def readme():
],
python_requires='>=3.0',

keywords='imd, India, rainfall, IMD, grid, grided, gridded',
keywords='imd, India, rainfall, data, hydrology, IMD, grid, grided, gridded',
# packages=['':'cct_nn'],
install_requires=['matplotlib',
'numpy',
Expand Down

0 comments on commit f346a8e

Please sign in to comment.