Loading .gitlab-ci.yml +1 −0 Original line number Diff line number Diff line Loading @@ -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 Loading setup.py +1 −1 Original line number Diff line number Diff line Loading @@ -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", Loading Loading
.gitlab-ci.yml +1 −0 Original line number Diff line number Diff line Loading @@ -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 Loading
setup.py +1 −1 Original line number Diff line number Diff line Loading @@ -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", Loading