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

Use registry URL for fetching source distributions from lockfile #4280

Merged
merged 1 commit into from
Jun 12, 2024

Conversation

charliermarsh
Copy link
Member

@charliermarsh charliermarsh commented Jun 12, 2024

Summary

This is just a logic bug with no testing. We were using the registry URL (like https://pypi.org/simple) as the URL from which a source distribution should be downloaded.

Closes #4281.

Test Plan

cargo test

@charliermarsh charliermarsh added bug Something isn't working preview Experimental behavior labels Jun 12, 2024
@charliermarsh charliermarsh enabled auto-merge (squash) June 12, 2024 16:54
@charliermarsh charliermarsh merged commit 44f1afd into main Jun 12, 2024
47 checks passed
@charliermarsh charliermarsh deleted the charlie/u branch June 12, 2024 17:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working preview Experimental behavior
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Unable to install registry source distributions from lockfile
1 participant