You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think that probably when using --find-interpreter maturin should ignore prereleases unless an additional --allow-prereleases flag is passed. I think this would help avoid users accidentally uploading wheels for prerelease Python versions before they are ready to deliberately be testing them in CI.
(Maybe it can print that it found them and give a hint to add --allow-prereleases, but not build for them.)
The text was updated successfully, but these errors were encountered:
Followup to #1960 (comment)
I think that probably when using
--find-interpreter
maturin should ignore prereleases unless an additional--allow-prereleases
flag is passed. I think this would help avoid users accidentally uploading wheels for prerelease Python versions before they are ready to deliberately be testing them in CI.(Maybe it can print that it found them and give a hint to add
--allow-prereleases
, but not build for them.)The text was updated successfully, but these errors were encountered: