Skip to content

Commit

Permalink
Move 'twine check' back to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
bhrutledge committed May 29, 2021
1 parent a417c3b commit 802472a
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 @@ -36,6 +36,7 @@ commands =
sphinx-build -W -b doctest -d {envtmpdir}/doctrees docs docs/_build/html
doc8 docs README.rst --ignore-path docs/_build/html
sphinx-build -W -b linkcheck -d {envtmpdir}/doctrees docs docs/_build/linkcheck
python -m twine check --strict {distdir}/*

[testenv:watch-docs]
deps =
Expand Down Expand Up @@ -97,7 +98,6 @@ setenv =
commands =
python -c "import path; path.Path('dist').rmtree_p()"
python -m build
python -m twine check --strict dist/*
python -m twine upload dist/*

[testenv:devpi]
Expand Down

0 comments on commit 802472a

Please sign in to comment.