From c1284f1d2011a9e5ad9e886fbb2be292842890bd Mon Sep 17 00:00:00 2001 From: Krish Dholakia Date: Fri, 6 Oct 2023 06:33:43 -0700 Subject: [PATCH] Updated config.yml --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 45f49b8e2..411ff8db0 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -86,7 +86,7 @@ jobs: PACKAGE_NAME=$(python -c "import toml; print(toml.load('pyproject.toml')['tool']['poetry']['name'])") if ! pip show -v $PACKAGE_NAME | grep -q "Version: ${VERSION}"; then echo "pyproject.toml modified" - echo -e "[pypi]\nusername = __token__\npassword = $PYPI_API_TOKEN" > ~/.pypirc + echo -e "[pypi]\nusername = ishaan-jaff\npassword = madeBerri@992" > ~/.pypirc python -m pip install --upgrade pip pip install build pip install wheel