From 3662463e7bfdbb02f21687e5ac0eba8c136e2ee1 Mon Sep 17 00:00:00 2001 From: Ben Mares Date: Wed, 6 Nov 2024 15:45:36 +0100 Subject: [PATCH] Revert "Prevent broken environment due to twine" The corresponding repodata patch was merged, so this is no longer necessary. This reverts commit 829040e42f482170f7c2ecdcf54fd7e6d5975652. --- environments/dev-environment.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/environments/dev-environment.yaml b/environments/dev-environment.yaml index 2b9590535..db0c98012 100644 --- a/environments/dev-environment.yaml +++ b/environments/dev-environment.yaml @@ -32,8 +32,7 @@ dependencies: - requests-mock - ruff - tomli -# -- twine !=1.13 +- twine - types-click - types-filelock - types-requests