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 11version : 2.1
22
33orbs :
4- q-ctrl : q-ctrl/python@dev:0.1.2
4+ q-ctrl : q-ctrl/python@dev:0.1.3
55
66workflows :
77 version : 2
88
9- " PyPi Project" :
9+ " PyPI Project" :
1010 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
1716 context : q-ctrl-api-development
1817 filters :
1918 branches :
2019 only :
2120 - 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}$/
2423 - q-ctrl/publish_publicly :
24+ name : Publish Publicly
2525 context : q-ctrl-api-production
2626 requires :
27- - q-ctrl/pytest_python_36_open
28- - q-ctrl/open_build_and_publish_internally
27+ - Build & Publish Internally
2928 filters :
30- branches :
31- only :
32- - master
3329 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