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

Include uppercase platforms for Windows wheels #11681

Merged
merged 1 commit into from
Feb 20, 2025
Merged

Conversation

charliermarsh
Copy link
Member

@charliermarsh charliermarsh commented Feb 20, 2025

Summary

It turns out these are uppercased for Windows.

Closes #11664.

@charliermarsh charliermarsh added the bug Something isn't working label Feb 20, 2025
@@ -326,7 +326,6 @@ impl Lock {
}

if platform_tags.iter().all(PlatformTag::is_windows) {
// TODO(charlie): This omits `win_ia64`, which is accepted by Warehouse.
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is stale, but not relevant to this PR specifically. Sneaking it in.

@charliermarsh charliermarsh enabled auto-merge (squash) February 20, 2025 22:19
@charliermarsh charliermarsh merged commit f4339b5 into main Feb 20, 2025
74 checks passed
@charliermarsh charliermarsh deleted the charlie/include branch February 20, 2025 22:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Resolution error for pywin32 with tool.uv.environments constraints
1 participant