Skip to content

Commit 68a1d89

Browse files
authored
Use pyproject.toml for config in check-wheel-contents (#483)
1 parent 56467e3 commit 68a1d89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jupyter_releaser/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ def main(force):
297297
envvar="RH_EXTRA_PYDIST_CHECK_CMDS",
298298
default=[
299299
"pipx run 'validate-pyproject[all]' pyproject.toml",
300-
"pipx run check-wheel-contents --ignore W002 {dist_dir}",
300+
"pipx run check-wheel-contents --config pyproject.toml --ignore W002 {dist_dir}",
301301
],
302302
multiple=True,
303303
help="Extra checks to run against the pydist file",

0 commit comments

Comments
 (0)