diff --git a/.circleci/config.yml b/.circleci/config.yml deleted file mode 100644 index 6efa115..0000000 --- a/.circleci/config.yml +++ /dev/null @@ -1,35 +0,0 @@ -version: 2.1 - -orbs: - q-ctrl: q-ctrl/python@dev:0.1.3 - -workflows: - version: 2 - - "PyPI Project": - jobs: - - q-ctrl/pytest_python_36_test: - name: pytest 3.6 (Production) - context: q-ctrl-api-production - noroot: true - - q-ctrl/pytest_python_37_test: - name: pytest 3.7 (Production) - context: q-ctrl-api-production - noroot: true - - q-ctrl/build_and_publish_internally: - name: Build & Publish Internally - context: q-ctrl-api-development - filters: - branches: - only: - - master - tags: - only: /^v?\d+(\.\d+){1,2}$/ - - q-ctrl/publish_publicly: - name: Publish Publicly - context: q-ctrl-api-production - requires: - - Build & Publish Internally - filters: - tags: - only: /^v?\d+(\.\d+){1,2}$/ \ No newline at end of file