Skip to content

Commit d70f248

Browse files
authored
Enable docker images release (#92)
* Enable docker images release * remove corresponding todo
1 parent ee959db commit d70f248

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.circleci/config.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,15 +42,17 @@ jobs:
4242
key: deps1-{{ .Branch }}-{{ checksum "requirements.txt" }}
4343
- setup_remote_docker:
4444
docker_layer_caching: true
45+
- run:
46+
command: |
47+
sudo pip install twine
4548
- deploy:
4649
command: |
4750
if [[ "${CIRCLE_BRANCH}" == "master" && -z "${CIRCLE_PR_REPONAME}" ]]; then
4851
printenv DOCKER_PASS | docker login -u $DOCKER_USER --password-stdin
4952
./build-images.sh 3.6
5053
./build-images.sh 3.7.1
51-
# todo: figure out why circle unable to push images
52-
# ./release_images.sh
5354
./release.sh
55+
./release_images.sh
5456
fi
5557
5658
"python36_security_check":

0 commit comments

Comments
 (0)