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 56467e3 commit 68a1d89Copy full SHA for 68a1d89
jupyter_releaser/cli.py
@@ -297,7 +297,7 @@ def main(force):
297
envvar="RH_EXTRA_PYDIST_CHECK_CMDS",
298
default=[
299
"pipx run 'validate-pyproject[all]' pyproject.toml",
300
- "pipx run check-wheel-contents --ignore W002 {dist_dir}",
+ "pipx run check-wheel-contents --config pyproject.toml --ignore W002 {dist_dir}",
301
],
302
multiple=True,
303
help="Extra checks to run against the pydist file",
0 commit comments