Skip to content

Commit 4fbd6ed

Browse files
committed
only publish top 10 packages with the website
1 parent 7eff32a commit 4fbd6ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/publish.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ async def main() -> None:
6262
item.unlink()
6363

6464
subprocess.run(
65-
["hatch", "run", "py-wtf", "index-top-pypi", str(index_dir), "--top=500"]
65+
["hatch", "run", "py-wtf", "index-top-pypi", str(index_dir), "--top=10"]
6666
).check_returncode()
6767

6868
os.chdir(toplevel / "www")

0 commit comments

Comments
 (0)