Verified Commit 4913bd16 authored by Christopher Ostrouchov's avatar Christopher Ostrouchov
Browse files

bump version and install anaconda stuff to gitlab-ci

parent 4636bc7a
Loading
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -38,6 +38,7 @@ deploy_conda:
  image: continuumio/miniconda3:latest
  stage: deploy
  script:
    - conda install anaconda-client setuptools -y
    - export TOKEN=$ANACONDA_TOKEN
    - echo "======== Deploying Package to Conda ========="
    - python setup.py bdist_conda
+1 −1
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@ with open(path.join(here, 'README.md'), encoding='utf-8') as f:

setup(
    name='pypkgtemp',
    version='1.0.0',
    version='1.0.1',
    description='A python package template',
    long_description=long_description,
    long_description_content_type="text/markdown",