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

Correctly compute pyproject.toml path #213

Merged
merged 2 commits into from
Oct 2, 2023
Merged

Correctly compute pyproject.toml path #213

merged 2 commits into from
Oct 2, 2023

Conversation

messense
Copy link
Member

@messense messense commented Oct 2, 2023

Fixes #212

@messense
Copy link
Member Author

messense commented Oct 2, 2023

repro fixed: https://github.com/messense/polars/actions/runs/6381117939/job/17317269189#step:13:95

Run PyO3/maturin-action@fix-212
Found maturin version requirement maturin==1.2.1 specified in pyproject.toml
##[debug]maturin version spec: =1.2.1
##[debug]set auth
##[debug]check 1.2.3 satisfies =1.2.1
##[debug]check 1.2.2 satisfies =1.2.1
##[debug]check 1.2.1 satisfies =1.2.1
##[debug]x64===x64 && darwin===linux
##[debug]x64===x64 && linux===linux
##[debug]matched 1.2.1
Found maturin release from manifest: v1.2.1

@messense messense marked this pull request as ready for review October 2, 2023 14:12
@messense messense merged commit 96d3da7 into main Oct 2, 2023
32 checks passed
@messense messense deleted the fix-212 branch October 2, 2023 14:24
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.

Wrong version of maturin installed
1 participant