From da146a081672a0df59f5baff12006b5cb463d4c3 Mon Sep 17 00:00:00 2001 From: Malcolm Smith Date: Tue, 29 Nov 2022 19:43:39 +0000 Subject: [PATCH] Work around https://github.com/pypa/twine/issues/940, and pin all other `tox -e package` requirements --- tox.ini | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/tox.ini b/tox.ini index a3da155e0d..1674dd9e46 100644 --- a/tox.ini +++ b/tox.ini @@ -54,9 +54,10 @@ commands = [testenv:package] skip_install = True deps = - check_manifest - build - twine + check_manifest==0.48 + build==0.9.0 + twine==4.0.1 + pkginfo==1.8.3 # Work around https://github.com/pypa/twine/issues/940 commands = check-manifest -v {posargs} python -m build {posargs}