We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
build
1 parent 839a5ef commit bec84aaCopy full SHA for bec84aa
1 file changed
tox.ini
@@ -107,6 +107,5 @@ commands =
107
108
[testenv:sdist]
109
description = build the source distribution
110
-base = tox
111
-allowlist_externals = cp
112
-commands = cp -a {toxworkdir}/{package_env}/dist {toxinidir}
+deps = build
+commands = python -m build --sdist
0 commit comments