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

Fix selection of manylinux to build #2805

Merged
merged 1 commit into from Oct 31, 2021
Merged

Fix selection of manylinux to build #2805

merged 1 commit into from Oct 31, 2021

Conversation

illume
Copy link
Member

@illume illume commented Oct 30, 2021

So that more recent manylinux2010 and 2014 wheels are made in
addition to the older manylinux1 builds.

@illume illume force-pushed the manylinux2014 branch 6 times, most recently from adfdc1b to 62e8362 Compare October 30, 2021 19:57
So that more recent manylinux2010 and 2014  wheels are made in
addition to the older manylinux1 builds.
Copy link
Contributor

@ankith26 ankith26 left a comment

Choose a reason for hiding this comment

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

Nice work, this PR is good! 🎉 🥳

@@ -33,12 +33,14 @@ jobs:
fail-fast: false # if a particular matrix build fails, don't skip the rest
matrix:
arch: ['x64', 'x86', 'aarch64']
tag: ['-', '-manylinux-'] # one tag for CPython builds, and another for PyPy
tag: ['-manylinux1-', '-manylinux2010-', -manylinux2014-]
Copy link
Contributor

Choose a reason for hiding this comment

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

minor nitpick here, maybe the leading and trailing hyphen - must not be in the matrix.tag rather it can come a few lines below, where make pull${{ matrix.tag }}${{ matrix.arch }} wheels${{ matrix.tag }}${{ matrix.arch }} should become make pull-${{ matrix.tag }}-${{ matrix.arch }} wheels-${{ matrix.tag }-}${{ matrix.arch }}

This is so that the build name looks neater :)

Copy link
Member Author

Choose a reason for hiding this comment

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

Good point. I'll fix that after the release :)

@illume illume merged commit 0a238d2 into main Oct 31, 2021
@illume illume deleted the manylinux2014 branch October 31, 2021 08:27
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

2 participants