Skip to content

Commit

Permalink
Replace pep517.build with build (ansible#3315)
Browse files Browse the repository at this point in the history
  • Loading branch information
ssbarnea authored Nov 25, 2021
1 parent c0274bb commit 0fb8dee
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -155,20 +155,18 @@ usedevelop = false
# don't install molecule itself in this env
skip_install = true
deps =
check-manifest
check-manifest >= 0.47
collective.checkdocs >= 0.2
pep517 >= 0.8.2
build >= 0.7.0
pip >= 20.2.2
toml >= 0.10.1
twine >= 3.2.0 # pyup: ignore
setenv =
commands =
rm -rfv {toxinidir}/dist/
python -m check_manifest
python -m pep517.build \
--source \
--binary \
--out-dir {toxinidir}/dist/ \
python -m build \
--outdir {toxinidir}/dist/ \
{toxinidir}
# metadata validation
sh -c "python -m twine check {toxinidir}/dist/*"
Expand Down

0 comments on commit 0fb8dee

Please sign in to comment.