Skip to content

Commit 67bfe17

Browse files
authored
Merge pull request #18 from quantumblacklabs/master
Merge back release 0.1.0
2 parents f3b9e5c + 6acbdc8 commit 67bfe17

File tree

2 files changed

+7
-10
lines changed

2 files changed

+7
-10
lines changed

.circleci/config.yml

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
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:
@@ -17,7 +17,7 @@ jobs:
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
@@ -49,14 +49,7 @@ jobs:
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:

MANIFEST.in

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
include README.md
2+
include LICENSE.md
3+
include legal_header.txt
4+
include requirements.txt

0 commit comments

Comments
 (0)