From db9288a26c590efd76a315083303d43249be45ae Mon Sep 17 00:00:00 2001 From: Juliya Smith Date: Wed, 4 Oct 2023 16:53:14 -0500 Subject: [PATCH] chore: twine fix --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9ded159..5655bdc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["setuptools>=51.1.1", "wheel", "setuptools_scm[toml]>=5.0"] +requires = ["setuptools>=51.1.1", "wheel", "setuptools_scm[toml]>=5.0,<8"] [tool.mypy] exclude = "build/"