PyO3 / maturin-action

GitHub Action to install and run a custom maturin command with built-in support for cross compilation
MIT License
132 stars 37 forks source link

Correctly compute `pyproject.toml` path #213

Closed messense closed 1 year ago

messense commented 1 year ago

Fixes #212

messense commented 1 year ago

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