Skip to content

Commit

Permalink
dev: update tox twine check command
Browse files Browse the repository at this point in the history
  • Loading branch information
offbyone committed Apr 18, 2023
1 parent b0ea858 commit 264c345
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 @@ -97,7 +97,7 @@ deps =
.
commands =
sphinx-build -E -W -c docs/source/ -b html docs/source/ docs/build/html
twine check --strict {distdir}/*
twine check --strict dist/*

[pytest]
addopts = -q -nauto
Expand Down

0 comments on commit 264c345

Please sign in to comment.