Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Read package name from pyproject.toml in uv run #3496

Merged
merged 1 commit into from
May 9, 2024

Conversation

charliermarsh
Copy link
Member

Summary

Right now, the project name is hard-coded.

Closes #3491.

@charliermarsh charliermarsh added the preview Experimental behavior label May 9, 2024
Copy link

codspeed-hq bot commented May 9, 2024

CodSpeed Performance Report

Merging #3496 will improve performances by 5.11%

Comparing charlie/project-name (649ff8c) with main (51f4ab1)

Summary

⚡ 1 improvements
✅ 11 untouched benchmarks

Benchmarks breakdown

Benchmark main charlie/project-name Change
resolve_warm_jupyter 374 ms 355.9 ms +5.11%

@charliermarsh charliermarsh enabled auto-merge (squash) May 9, 2024 19:40
@charliermarsh charliermarsh merged commit 3dd34e2 into main May 9, 2024
43 checks passed
@charliermarsh charliermarsh deleted the charlie/project-name branch May 9, 2024 19:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
preview Experimental behavior
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Project discovery should read project name from pyproject.toml
1 participant