Skip to content

Commit

Permalink
fix: ensure new wheels can be found (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdraco authored Jun 1, 2023
1 parent fb066a3 commit 441da84
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/index_503/index.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,9 @@ def _make_index_at_temp_dir(self, temp_dir_path: Path) -> None:
os.symlink(wheel_file_symlink_target, target_file)

self.cache.remove_stale_keys(all_wheel_files)
self.repair_metadata_files(new_wheel_file_objects)
self.repair_metadata_files(
new_wheel_file_objects, wheel_file_name_to_metadata_path
)
self.generate_index_pages(temp_dir_path, projects)
self.cache.write_to_new(temp_dir_path)

Expand Down

0 comments on commit 441da84

Please sign in to comment.