We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 032e49e commit d62d91fCopy full SHA for d62d91f
1 file changed
.circleci/config.yml
@@ -34,16 +34,18 @@ jobs:
34
docker:
35
- image: "python:3.4-stretch"
36
steps:
37
- - attach_workspace: { at: . }
+ - checkout
38
- run: ./scripts/circle/pypi.sh
39
40
41
workflows:
42
version: 2
43
build:
44
jobs:
45
- - python2-test
46
- - python3-test
+ - python2-test:
+ filters: { tags: { only: /.*/ } }
47
+ - python3-test:
48
49
- publish:
50
filters:
51
tags:
0 commit comments