Skip to content
This repository has been archived by the owner on Feb 15, 2023. It is now read-only.

Fix universal2 wheel name and remove redundant builds #157

Merged
merged 2 commits into from Dec 19, 2021

Conversation

isuruf
Copy link
Contributor

@isuruf isuruf commented Dec 19, 2021

azure-posix.yml Outdated

- bash: |
set -xe
for file in `find ./wheelhouse -type f -name '*10_9_universal2.whl'`; do mv -v "$file" "${file/10_9_universal2/12_0_universal2}"; done
for file in `find ./wheelhouse -type f -name '*10_9_universal2.whl'`; do mv -v "$file" "${file/macosx_10_9_universal2/macosx_12_0_arm64.macosx_10_9_x86_64}"; done
Copy link
Collaborator

Choose a reason for hiding this comment

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

Are you changing the name of the wheel to no longer include universal2? I dunno, I was just hoping to minimize the number of changes that get backported, even if the risk is slim. I guess you may be pretty confident it will do the right thing..

Still, I'm not sure we are particularly keen on retaining universal2 long-term anyway..

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yes. It's still a universal2 wheel, but this is to workaround a pip limitation.

Copy link
Collaborator

Choose a reason for hiding this comment

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

Ok, I'll let @rgommers decide between this and gh-156. I'd just as soon dump universal2 stuff sooner than later, but I can see both sides...

@tylerjereddy
Copy link
Collaborator

Ok, I'll trust that you're close to 100 % confident that this won't introduce new problems compared to the simple solution in gh-156. Merging, thanks.

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

Successfully merging this pull request may close these issues.

None yet

2 participants