Skip to content

Commit

Permalink
Wheels: We're forcing the platform tag for universal2, not the api ta…
Browse files Browse the repository at this point in the history
…g (which would be something like cp310)
  • Loading branch information
jamadden committed Oct 25, 2023
1 parent 4751fbe commit 76b4ac0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
# Something in the build system isn't detecting that we're building for both,
# so we're getting tagged with just x86_64. Force the universal2 tag.
# (I've verified that the .so files are in fact universal, with both architectures.)
wheel tags --remove --abi-tag universal2 dist/*whl
wheel tags --remove --platform-tag universal2 dist/*whl
env:
# Unlike the above, we are actually distributing these
# wheels, so they need to be built for production use.
Expand Down

0 comments on commit 76b4ac0

Please sign in to comment.