We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
pypa/build
pep517.build
1 parent 70d1459 commit 7f94be4Copy full SHA for 7f94be4
tox.ini
@@ -73,12 +73,12 @@ commands =
73
description = Build a wheel and source distribution
74
skip_install = True
75
deps =
76
- pep517
+ build
77
twine
78
commands =
79
python -c "from pathlib import Path; \
80
[x.unlink(missing_ok=True) for x in Path('{toxinidir}/dist').glob('*')]"
81
- python -m pep517.build -s -b {toxinidir} -o {toxinidir}/dist
+ python -m build -s -w -o {toxinidir}/dist {toxinidir}
82
twine check {toxinidir}/dist/*
83
84
[testenv:release]
0 commit comments