Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 12 additions & 16 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,34 +1,30 @@
version: 2.1

orbs:
q-ctrl: q-ctrl/python@dev:0.1.2
q-ctrl: q-ctrl/python@dev:0.1.3

workflows:
version: 2

"PyPi Project":
"PyPI Project":
jobs:
- q-ctrl/pytest_python_36_open:
context: q-ctrl-api-development
filters:
tags: # Tag filter required because the release job has a tag filter
only: /.*/
- q-ctrl/open_build_and_publish_internally:
- q-ctrl/pytest_python_37_test:
name: pytest 3.7 (Production)
context: q-ctrl-api-production
- q-ctrl/build_and_publish_internally:
name: Build & Publish Internally
context: q-ctrl-api-development
filters:
branches:
only:
- master
tags: # Tag filter required because the release job has a tag filter
only: /.*/
tags:
only: /^v?\d+(\.\d+){1,2}$/
- q-ctrl/publish_publicly:
name: Publish Publicly
context: q-ctrl-api-production
requires:
- q-ctrl/pytest_python_36_open
- q-ctrl/open_build_and_publish_internally
- Build & Publish Internally
filters:
branches:
only:
- master
tags:
only: /^v?\d+(\.\d+){1,2}$/
only: /^v?\d+(\.\d+){1,2}$/
2 changes: 1 addition & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.