We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29e7f62 commit 5567f21Copy full SHA for 5567f21
tox.ini
@@ -76,7 +76,7 @@ deps =
76
uv>=0.4.17
77
commands =
78
uv build --sdist --wheel --out-dir {env_tmp_dir} .
79
- twine check {env_tmp_dir}{/}*
+ twine check {env_tmp_dir}{/}*.whl
80
check-wheel-contents --no-config {env_tmp_dir}
81
82
[testenv:release]
0 commit comments