8000 Fix twine check command · gunnarx/github3.py@3fa6123 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3fa6123

Browse files
committed
Fix twine check command
1 parent c5ad440 commit 3fa6123

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ deps =
8080
readme_renderer
8181
twine >= 3.4.2
8282
commands =
83-
twine check -r -s
83+
twine check --strict dist/*
8484

8585
[pytest]
8686
addopts = -q

0 commit comments

Comments
 (0)
0