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

Add a new release github action for Python binding: macos with universal2 wheel #976

Conversation

fvaleye
Copy link
Collaborator

@fvaleye fvaleye commented Nov 29, 2022

Description

  • Add a new Python binding release Github Action for universal2 wheel in PyPy
  • Set version 1 for maturin-action

Related Issue(s)

Documentation

  • universal2:
    This wheel contains both architectures, causing it to be up to twice the size (data files do not get doubled, only compiled code). It requires Pip 20.3 (Packaging 20.6+) to load on Intel, and Pip 21.0.1 (Packaging 20.9+) to load on Apple Silicon.

@fvaleye fvaleye added the binding/python Issues for the Python package label Nov 29, 2022
@fvaleye fvaleye force-pushed the feature/add-mac-universal2-wheel-github-actions-release branch from 0795ff7 to 80f8eac Compare November 29, 2022 08:55
@fvaleye fvaleye enabled auto-merge (squash) November 29, 2022 08:56
@fvaleye fvaleye force-pushed the feature/add-mac-universal2-wheel-github-actions-release branch from 80f8eac to 2c37b22 Compare November 29, 2022 17:57
Copy link
Collaborator

@wjones127 wjones127 left a comment

Choose a reason for hiding this comment

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

Thanks!

@fvaleye fvaleye merged commit 6e9c2b8 into delta-io:main Nov 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
binding/python Issues for the Python package
Projects
None yet
Development

Successfully merging this pull request may close these issues.

MacOS arm64 wheels are generated incorrectly
2 participants