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

Fix wheel platform tag #3

Closed

Conversation

chris-allan
Copy link
Member

@chris-allan chris-allan commented Oct 13, 2023

If the installed Python is, for example, universal2, the default
platform tag always be universal2 even if the build is just
x86_64 like it is here. We need to fix the wheels we produce so
that we don't advertise platform tags that are not actually
supported.

See:

@chris-allan
Copy link
Member Author

Not required with #4 as we are no longer targeting univeral2 compiled versions of Python on GitHub Actions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant