Skip to content

Commit 5567f21

Browse files
committed
pkg_meta: only check wheels, not every file
1 parent 29e7f62 commit 5567f21

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
@@ -76,7 +76,7 @@ deps =
7676
uv>=0.4.17
7777
commands =
7878
uv build --sdist --wheel --out-dir {env_tmp_dir} .
79-
twine check {env_tmp_dir}{/}*
79+
twine check {env_tmp_dir}{/}*.whl
8080
check-wheel-contents --no-config {env_tmp_dir}
8181

8282
[testenv:release]

0 commit comments

Comments
 (0)