-
Notifications
You must be signed in to change notification settings - Fork 663
ARM CI #1989
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
ARM CI #1989
Conversation
Signed-off-by: Johnny <[email protected]>
Signed-off-by: Johnny <[email protected]>
|
Github: https://github.blog/changelog/2025-01-16-linux-arm64-hosted-runners-now-available-for-free-in-public-repositories-public-preview/ |
Signed-off-by: Johnny <[email protected]>
Signed-off-by: Johnny <[email protected]>
Signed-off-by: Johnny <[email protected]>
Signed-off-by: Johnny <[email protected]>
Signed-off-by: Johnny <[email protected]>
|
|
* Update python-wheels.yml Signed-off-by: Johnny <[email protected]> * Update python-wheels-publish.yml Signed-off-by: Johnny <[email protected]> * Update python-wheels.yml Signed-off-by: Johnny <[email protected]> * Update python-wheels-publish.yml Signed-off-by: Johnny <[email protected]> * Update python-wheels-publish.yml Signed-off-by: Johnny <[email protected]> * Update python-wheels.yml Signed-off-by: Johnny <[email protected]> * Update python-wheels-publish-test.yml Signed-off-by: Johnny <[email protected]> --------- Signed-off-by: Johnny <[email protected]> Co-authored-by: Cary Phillips <[email protected]>
* Update python-wheels.yml Signed-off-by: Johnny <[email protected]> * Update python-wheels-publish.yml Signed-off-by: Johnny <[email protected]> * Update python-wheels.yml Signed-off-by: Johnny <[email protected]> * Update python-wheels-publish.yml Signed-off-by: Johnny <[email protected]> * Update python-wheels-publish.yml Signed-off-by: Johnny <[email protected]> * Update python-wheels.yml Signed-off-by: Johnny <[email protected]> * Update python-wheels-publish-test.yml Signed-off-by: Johnny <[email protected]> --------- Signed-off-by: Johnny <[email protected]> Co-authored-by: Cary Phillips <[email protected]>
* Update python-wheels.yml Signed-off-by: Johnny <[email protected]> * Update python-wheels-publish.yml Signed-off-by: Johnny <[email protected]> * Update python-wheels.yml Signed-off-by: Johnny <[email protected]> * Update python-wheels-publish.yml Signed-off-by: Johnny <[email protected]> * Update python-wheels-publish.yml Signed-off-by: Johnny <[email protected]> * Update python-wheels.yml Signed-off-by: Johnny <[email protected]> * Update python-wheels-publish-test.yml Signed-off-by: Johnny <[email protected]> --------- Signed-off-by: Johnny <[email protected]> Co-authored-by: Cary Phillips <[email protected]>
|
I'm seeing this fail on the RB-3.3 branch when publishing to test.pypi, with this error: My understanding of this is fuzzy, can anyone suggest might be going on? Full action log is here. |
* Update python-wheels.yml Signed-off-by: Johnny <[email protected]> * Update python-wheels-publish.yml Signed-off-by: Johnny <[email protected]> * Update python-wheels.yml Signed-off-by: Johnny <[email protected]> * Update python-wheels-publish.yml Signed-off-by: Johnny <[email protected]> * Update python-wheels-publish.yml Signed-off-by: Johnny <[email protected]> * Update python-wheels.yml Signed-off-by: Johnny <[email protected]> * Update python-wheels-publish-test.yml Signed-off-by: Johnny <[email protected]> --------- Signed-off-by: Johnny <[email protected]> Co-authored-by: Cary Phillips <[email protected]>

Issue: #1988
This pull request includes updates to the GitHub Actions workflows for building and publishing Python wheels. The changes mainly focus on adding support for different architectures and improving the naming conventions for artifacts.
Key changes include:
Support for different architectures:
.github/workflows/python-wheels-publish.yml: Updated thematrixstrategy to includearch(architecture) and excluded incompatible combinations. Thenameandruns-onfields were modified to reflect the architecture..github/workflows/python-wheels.yml: Similar updates to thematrixstrategy,name, andruns-onfields to support different architectures.Improved artifact naming:
.github/workflows/python-wheels-publish.yml: Modified the artifact name to include the architecture in theUpload artifactstep..github/workflows/python-wheels.yml: Similar modification to the artifact name in theUpload artifactstep.