From 501ff748241b4f6360e9536eb033e9cd6f189fc7 Mon Sep 17 00:00:00 2001 From: Mike Shoup Date: Wed, 2 Jan 2019 14:37:24 -0700 Subject: [PATCH] Change pypi to release --- .circleci/config.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 916aeef..56e067d 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -74,7 +74,7 @@ jobs: pip install flake8 flake8-docstrings flake8 - pypi: + release: docker: - image: python:3 steps: @@ -97,7 +97,7 @@ jobs: workflows: version: 2 - test: + test_and_release: jobs: - test-py35: filters: @@ -121,7 +121,7 @@ workflows: filters: tags: only: /.*/ - - pypi: + - release: requires: - test-py35 - test-py36