From 8f9009817be785ccaf517098f529e665487e560d Mon Sep 17 00:00:00 2001 From: ishaan-jaff Date: Thu, 4 Jan 2024 15:50:28 +0530 Subject: [PATCH] (ci/cd) undo test ! - everything works now --- .circleci/config.yml | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index bc464b83b..4d3639ab2 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -8,19 +8,6 @@ jobs: steps: - checkout - - run: - name: test-release - command: | - echo "Install TOML package." - python3 -m pip install toml - VERSION=$(python3 -c "import toml; print(toml.load('pyproject.toml')['tool']['poetry']['version'])") - echo "LiteLLM Version ${VERSION}" - curl -X POST \ - -H "Accept: application/vnd.github.v3+json" \ - -H "Authorization: Bearer $GITHUB_TOKEN" \ - "https://api.github.com/repos/BerriAI/litellm/actions/workflows/ghcr_deploy.yml/dispatches" \ - -d "{\"ref\":\"main\", \"inputs\":{\"tag\":\"${VERSION}\"}}" - - run: name: Check if litellm dir was updated or if pyproject.toml was modified command: |