File tree Expand file tree Collapse file tree 2 files changed +7
-10
lines changed
Expand file tree Collapse file tree 2 files changed +7
-10
lines changed Original file line number Diff line number Diff line change 66 image : circleci/classic:201711-01
77 docker_layer_caching : true
88 environment :
9- CONDA_ENV_PY_VERSION : 3.5.2
9+ CONDA_ENV_PY_VERSION : 3.5.4
1010 steps :
1111 - checkout
1212 - run :
1717
1818 # Download and install miniconda
1919 curl https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh > miniconda.sh
20- sudo bash miniconda.sh -b -p $HOME/miniconda
20+ bash miniconda.sh -b -p $HOME/miniconda
2121
2222 # Create an anaconda virtualenv for ${CONDA_ENV_PY_VERSION} and make that the default python interpreter
2323 echo ". /home/circleci/miniconda/etc/profile.d/conda.sh" >> $BASH_ENV
4949 name : Check for legal compliance
5050 command : |
5151 make legal
52- - run :
53- name : Publish to PyPI
54- command : |
55- if [ "${CIRCLE_BRANCH}" == "master" ]; then
56- make package
57- python -m pip install twine -U
58- python -m twine upload --repository-url ${TWINE_REPOSITORY_URL} dist/*
59- fi
52+
6053 build_36 :
6154 << : *DEFAULT
6255 environment :
Original file line number Diff line number Diff line change 1+ include README.md
2+ include LICENSE.md
3+ include legal_header.txt
4+ include requirements.txt
You can’t perform that action at this time.
0 commit comments