File tree 1 file changed +5
-1
lines changed
1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 60
60
# Something in the build system isn't detecting that we're building for both,
61
61
# so we're getting tagged with just x86_64. Force the universal2 tag.
62
62
# (I've verified that the .so files are in fact universal, with both architectures.)
63
- wheel tags --remove --platform-tag universal2 dist/*whl
63
+ # The macosx_11_0 tag is conservative: At this writing,
64
+ # on GHA, Python 3.7/3.8/3.9/3.10 all produce that tag, while
65
+ # 3.11/3.12 produce the less restrictive macosx_10_9 tag. (Locally on JAM's mac,
66
+ # the official CPython builds produce 10_9 for everything from 3.9 onward.)
67
+ wheel tags --remove --platform-tag macosx_11_0_universal2 dist/*whl
64
68
env :
65
69
# Unlike the above, we are actually distributing these
66
70
# wheels, so they need to be built for production use.
You can’t perform that action at this time.
0 commit comments