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

[TODO] Wheel exposure #2

Open
webknjaz opened this issue Nov 21, 2023 · 0 comments
Open

[TODO] Wheel exposure #2

webknjaz opened this issue Nov 21, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@webknjaz
Copy link
Member

webknjaz commented Nov 21, 2023

It's often the case that wheels are put into the same GHA artifact as an sdist. We need a way to expose them to the caller, who can then use them for testing.
I was thinking of an output that points to such a wheel, which is okay when there's just one (e.g. for pure-python projects or "cext" projects with a pure-python fallback wheel). For projects with many wheels, that wouldn't work, since the usable (compatible) wheel would differ depending on the runtime. So, maybe it makes sense to just expose the directory, right?
Another idea is wrapping the previous yarl experience of determining compatible wheels into a dedicated action: https://github.com/aio-libs/yarl/blob/8d28329/.github/workflows/ci-cd.yml#L165-L202.

Upvote & Fund

  • We're using Polar.sh so you can upvote and help fund this issue.
  • We receive the funding once the issue is completed & confirmed by you.
  • Thank you in advance for helping prioritize & fund our backlog.
Fund with Polar
@webknjaz webknjaz added the enhancement New feature or request label Nov 21, 2023
@webknjaz webknjaz self-assigned this Nov 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant