From 7ba4f3e1b968d5e353649551d546432c4f9e2fa3 Mon Sep 17 00:00:00 2001 From: Nicholas Gates Date: Fri, 15 Feb 2019 12:25:49 +0000 Subject: [PATCH] Enable publishing --- .circleci/config.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 74ed4dd4..fff86a8a 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -35,6 +35,8 @@ jobs: - image: "python:3.4-stretch" steps: - attach_workspace: { at: . } + - run: ./scripts/circle/pypi.sh + workflows: version: 2 @@ -47,7 +49,7 @@ workflows: tags: only: /[0-9]+(\.[0-9]+)+((-(beta|rc)[0-9]{1,2})(\.[0-9])?)?/ branches: - ignore: /.*/ + only: develop requires: - python2-test - python3-test