From aa2d4022ae95544b60c6beef702cd9a9abaf6e22 Mon Sep 17 00:00:00 2001 From: Kieran Prasch Date: Tue, 21 Aug 2018 14:32:26 -0700 Subject: [PATCH] Release from a python 3.6 build --- .circleci/config.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index f43a377..3b6c3b2 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -38,10 +38,9 @@ workflows: - run_tests-37 - deploy: requires: - - mypy_type_check-36 - - doctests-36 - - reencryption_memory_profile-36 - - reencryption_benchmark-36 + - run_tests-36 + - mypy_type_check-36 + - doctests-36 filters: tags: only: /v[0-9]+.*/ @@ -247,7 +246,7 @@ jobs: path: ./reports/pytest deploy: - <<: *python_37_base + <<: *python_36_base steps: - checkout - run: