From fd536862e28a26de73d71676caf02aa034230ec7 Mon Sep 17 00:00:00 2001 From: Harrison Deng Date: Fri, 21 Feb 2025 05:53:08 +0000 Subject: [PATCH] Twine version specified to 6.0.1 to avoid Twine issue 15611 --- environment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/environment.yml b/environment.yml index cb1fa6e..a62d668 100644 --- a/environment.yml +++ b/environment.yml @@ -9,7 +9,7 @@ dependencies: - pytest-asyncio - python-build - conda-build - - twine + - twine==6.0.1 - setuptools_scm - pytest-cov - grayskull \ No newline at end of file