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 a21ee4c commit 6484aa2Copy full SHA for 6484aa2
tests/test_example.py
@@ -52,6 +52,7 @@ def test_template_defaults(tmp_path: Path):
52
catalog_info = tmp_path / "catalog-info.yaml"
53
assert catalog_info.exists()
54
run("./venv/bin/tox -p")
55
+ run("./venv/bin/tox -e docs build -- -b linkcheck")
56
run("./venv/bin/pip install build twine")
57
run("./venv/bin/python -m build")
58
run("./venv/bin/twine check --strict dist/*")
0 commit comments