Skip to content

Commit b32794c

Browse files
authored
Merge pull request #23 from qctrl/fix-poetry-issue
Fix poetry issue
2 parents 798933a + 60ceed2 commit b32794c

File tree

2 files changed

+13
-17
lines changed

2 files changed

+13
-17
lines changed

.circleci/config.yml

Lines changed: 12 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,30 @@
11
version: 2.1
22

33
orbs:
4-
q-ctrl: q-ctrl/python@dev:0.1.2
4+
q-ctrl: q-ctrl/python@dev:0.1.3
55

66
workflows:
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}$/

poetry.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)