From 2881b8de0947faf70e6803de354bc4123ca8b913 Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Tue, 1 Aug 2023 16:25:54 -0700 Subject: [PATCH] Update config.yml --- .circleci/config.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 2af1e0c37..603f5063a 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -31,8 +31,6 @@ jobs: environment: TWINE_USERNAME: __token__ - TWINE_PASSWORD: $PYPI_API_TOKEN - PYPI_API_TOKEN: $PYPI_API_TOKEN # Use the environment variable in the job steps: - checkout