We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee71c1d commit 032e49eCopy full SHA for 032e49e
1 file changed
.circleci/config.yml
@@ -35,6 +35,8 @@ jobs:
35
- image: "python:3.4-stretch"
36
steps:
37
- attach_workspace: { at: . }
38
+ - run: ./scripts/circle/pypi.sh
39
+
40
41
workflows:
42
version: 2
@@ -47,7 +49,7 @@ workflows:
47
49
tags:
48
50
only: /[0-9]+(\.[0-9]+)+((-(beta|rc)[0-9]{1,2})(\.[0-9])?)?/
51
branches:
- ignore: /.*/
52
+ only: develop
53
requires:
54
- python2-test
55
- python3-test
0 commit comments