File tree Expand file tree Collapse file tree 2 files changed +13
-17
lines changed Expand file tree Collapse file tree 2 files changed +13
-17
lines changed Original file line number Diff line number Diff line change 1
1
version : 2.1
2
2
3
3
orbs :
4
- q-ctrl : q-ctrl/python@dev:0.1.2
4
+ q-ctrl : q-ctrl/python@dev:0.1.3
5
5
6
6
workflows :
7
7
version : 2
8
8
9
- " PyPi Project" :
9
+ " PyPI Project" :
10
10
jobs :
11
- - q-ctrl/pytest_python_36_open :
12
- context : q-ctrl-api-development
13
- filters :
14
- tags : # Tag filter required because the release job has a tag filter
15
- only : /.*/
16
- - q-ctrl/open_build_and_publish_internally :
11
+ - q-ctrl/pytest_python_37_test :
12
+ name : pytest 3.7 (Production)
13
+ context : q-ctrl-api-production
14
+ - q-ctrl/build_and_publish_internally :
15
+ name : Build & Publish Internally
17
16
context : q-ctrl-api-development
18
17
filters :
19
18
branches :
20
19
only :
21
20
- master
22
- tags : # Tag filter required because the release job has a tag filter
23
- only : /.*/
21
+ tags :
22
+ only : /^v?\d+(\.\d+){1,2}$/
24
23
- q-ctrl/publish_publicly :
24
+ name : Publish Publicly
25
25
context : q-ctrl-api-production
26
26
requires :
27
- - q-ctrl/pytest_python_36_open
28
- - q-ctrl/open_build_and_publish_internally
27
+ - Build & Publish Internally
29
28
filters :
30
- branches :
31
- only :
32
- - master
33
29
tags :
34
- only : /^v?\d+(\.\d+){1,2}$/
30
+ only : /^v?\d+(\.\d+){1,2}$/
You can’t perform that action at this time.
0 commit comments