build: fixes release deploy

This commit is contained in:
bergquist
2018-04-20 12:59:44 +02:00
parent d7f58d74d3
commit 177220e2fe

View File

@@ -117,7 +117,7 @@ jobs:
- image: circleci/python:2.7-stretch
steps:
- attach_workspace:
at: dist
at: .
- run:
name: install awscli
command: 'sudo pip install awscli'