Skip to content

Commit

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


workflows:
version: 2
Expand All @@ -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

0 comments on commit 032e49e

Please sign in to comment.