We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee959db commit d70f248Copy full SHA for d70f248
1 file changed
.circleci/config.yml
@@ -42,15 +42,17 @@ jobs:
42
key: deps1-{{ .Branch }}-{{ checksum "requirements.txt" }}
43
- setup_remote_docker:
44
docker_layer_caching: true
45
+ - run:
46
+ command: |
47
+ sudo pip install twine
48
- deploy:
49
command: |
50
if [[ "${CIRCLE_BRANCH}" == "master" && -z "${CIRCLE_PR_REPONAME}" ]]; then
51
printenv DOCKER_PASS | docker login -u $DOCKER_USER --password-stdin
52
./build-images.sh 3.6
53
./build-images.sh 3.7.1
- # todo: figure out why circle unable to push images
- # ./release_images.sh
54
./release.sh
55
+ ./release_images.sh
56
fi
57
58
"python36_security_check":
0 commit comments