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 Python detection when making releases #323

Open
cschwan opened this issue Jan 22, 2025 · 0 comments
Open

Fix Python detection when making releases #323

cschwan opened this issue Jan 22, 2025 · 0 comments
Assignees

Comments

@cschwan
Copy link
Contributor

cschwan commented Jan 22, 2025

There is a mismatch between the Python versions

  1. prepared by the setup-python action and
  2. used by the maturin-action action

used in release.yml.

The latter finds more Python interpreters (for instance Python 3.13 was found although we didn't request it) and less (some PyPy versions are found because they aren't supported anymore, at least on some platforms). So we should find a way to force maturin to use the Python versions we select and error out if that's not possible.

@cschwan cschwan self-assigned this Jan 22, 2025
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

No branches or pull requests

1 participant