-
Notifications
You must be signed in to change notification settings - Fork 42
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
ci: fix pypi release #2557
ci: fix pypi release #2557
Conversation
@@ -126,7 +126,7 @@ jobs: | |||
- name: Build wheels | |||
uses: PyO3/maturin-action@v1 | |||
with: | |||
target: ${{ matrix.target }} | |||
target: ${{ matrix.target }}-apple-darwin |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
AFAIK, x86_64
and aarch64
arent valid targets, they should be they fully qualified ones aarch64-apple-darwin
https://www.maturin.rs/config#target-specific-maturin-options
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yea, I noticed this in #2556 as well.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is this a recent change?
No description provided.