From 31c6d1a245b7896b02d802efdda361d717086e40 Mon Sep 17 00:00:00 2001 From: Timo Reymann Date: Wed, 3 Jul 2024 13:00:21 +0200 Subject: [PATCH] chore(deps): Upgrade twine to v5 --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index befcbf3..c26f61e 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -118,7 +118,7 @@ jobs: - run: name: Install dependencies command: | - pip install twine==4.* binary_wheel_builder[cli]==3.* + pip install twine==5.* binary_wheel_builder[cli]==3.* - run: name: Build wheel command: |