Skip to content

feat: replace local index server with uv flat index#1131

Draft
tiran wants to merge 1 commit into
python-wheel-build:mainfrom
tiran:uv-flat-index
Draft

feat: replace local index server with uv flat index#1131
tiran wants to merge 1 commit into
python-wheel-build:mainfrom
tiran:uv-flat-index

Conversation

@tiran
Copy link
Copy Markdown
Collaborator

@tiran tiran commented May 9, 2026

Pull Request Description

What

incomplete and work-in-progress

uv supports flat indexes, which are local directories that contain a bunch of wheel files. Experiment if it is possible to replace our custom wheel server with flat indexes. We would not need to spin up a web server, symlink files, and uv could directly access the files from disk.

See: https://docs.astral.sh/uv/concepts/indexes/#flat-indexes

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 9, 2026

Important

Review skipped

Auto reviews are limited based on label configuration.

🚫 Review skipped — only excluded labels are configured. (1)
  • work-in-progress

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: 3e499fe7-a5e4-4595-8f16-74e31b2890ad

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

*incomplete and work-in-progress*

`uv` supports flat indexes, which are local directories that contain a
bunch of wheel files. Experiment if it is possible to replace our custom
wheel server with flat indexes. We would not need to spin up a web
server, symlink files, and uv could directly access the files from disk.

See: https://docs.astral.sh/uv/concepts/indexes/#flat-indexes

Signed-off-by: Christian Heimes <cheimes@redhat.com>
@tiran tiran force-pushed the uv-flat-index branch from 491af26 to f012ceb Compare May 9, 2026 19:13
@mergify mergify Bot added the ci label May 9, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant