Commit 0e383fa
committed
Lowercase the machine in wheel platform tags
platform.machine() returns "AMD64" (or "ARM64") on Windows, so wheels were
tagged win_AMD64 instead of the PEP 425 lowercase win_amd64. pip tolerates
this because packaging.tags.Tag lowercases on parse, but uv rejects the wheel
as incompatible with the platform.
Signed-off-by: Tim Paine <3105306+timkpaine@users.noreply.github.com>1 parent 19dd006 commit 0e383fa
2 files changed
Lines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| 31 | + | |
| 32 | + | |
31 | 33 | | |
32 | 34 | | |
33 | 35 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
90 | 95 | | |
91 | 96 | | |
92 | 97 | | |
| |||
0 commit comments