Skip to content

Commit 4766fea

Browse files
committed
instead of rebuild-index temporarily remove previous-package-list-json
1 parent 5532ca2 commit 4766fea

File tree

4 files changed

+2
-83
lines changed

4 files changed

+2
-83
lines changed

.github/workflows/rebuild-index.yml

Lines changed: 0 additions & 21 deletions
This file was deleted.

bin/rebuild-index

Lines changed: 0 additions & 61 deletions
This file was deleted.

make_index.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ def main(argv: Sequence[str] | None = None) -> int:
118118
(
119119
sys.executable,
120120
"-mdumb_pypi.main",
121-
f"--previous-package-list-json={prev_json}",
121+
# f"--previous-package-list-json={prev_json}",
122122
f"--package-list-json={packages_json}",
123123
f"--output-dir={args.dest}",
124124
f'--packages-url={urllib.parse.urljoin(args.pypi_url, "wheels")}',

packages.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -519,6 +519,7 @@ validate_incorrect_missing_deps = psycopg2-binary
519519
[drf-spectacular==0.27.2]
520520

521521
[dumb-pypi==1.13.0]
522+
[dumb-pypi==1.14.0]
522523
[dumb-pypi==1.15.0]
523524

524525
[ecdsa==0.18.0]

0 commit comments

Comments
 (0)