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