Skip to content

Commit

Permalink
Fix circle publishing (#501)
Browse files Browse the repository at this point in the history
  • Loading branch information
gatesn authored Feb 15, 2019
1 parent 032e49e commit d62d91f
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,16 +34,18 @@ jobs:
docker:
- image: "python:3.4-stretch"
steps:
- attach_workspace: { at: . }
- checkout
- run: ./scripts/circle/pypi.sh


workflows:
version: 2
build:
jobs:
- python2-test
- python3-test
- python2-test:
filters: { tags: { only: /.*/ } }
- python3-test:
filters: { tags: { only: /.*/ } }
- publish:
filters:
tags:
Expand Down

0 comments on commit d62d91f

Please sign in to comment.