Skip to content

Commit

Permalink
Make the dist metadata check strict (#1700)
Browse files Browse the repository at this point in the history
  • Loading branch information
webknjaz committed Aug 11, 2021
1 parent d5ba055 commit 629caa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ commands =
--outdir {toxinidir}/dist/ \
{toxinidir}
# Validate metadata using twine
twine check {toxinidir}/dist/*
twine check --strict {toxinidir}/dist/*
# Install the wheel
sh -c "python3 -m pip install {toxinidir}/dist/*.whl"
# Re-assure ansible is not installed
Expand Down

0 comments on commit 629caa7

Please sign in to comment.