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

ci: fix pypi release #2557

Merged
merged 8 commits into from
Feb 1, 2024
Merged

ci: fix pypi release #2557

merged 8 commits into from
Feb 1, 2024

Conversation

universalmind303
Copy link
Contributor

No description provided.

@@ -126,7 +126,7 @@ jobs:
- name: Build wheels
uses: PyO3/maturin-action@v1
with:
target: ${{ matrix.target }}
target: ${{ matrix.target }}-apple-darwin
Copy link
Contributor Author

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

Copy link
Contributor

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.

Copy link
Collaborator

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?

@greyscaled greyscaled changed the title ci fix: pypi release ci: fix pypi release Feb 1, 2024
@universalmind303 universalmind303 merged commit bb88f76 into main Feb 1, 2024
22 checks passed
@universalmind303 universalmind303 deleted the universalmind303/py-release branch February 1, 2024 22:37
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

3 participants