File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414 linux :
1515 runs-on : ${{ matrix.platform.runner }}
1616 strategy :
17+ fail-fast : false
1718 matrix :
1819 platform :
1920 - runner : ubuntu-latest
3132 uses : PyO3/maturin-action@v1
3233 with :
3334 target : ${{ matrix.platform.target }}
34- args : --release --out dist
35+ args : --release --out dist --find-interpreter
3536 sccache : " true"
3637 manylinux : auto
3738
4546 macos :
4647 runs-on : ${{ matrix.platform.runner }}
4748 strategy :
49+ fail-fast : false
4850 matrix :
4951 platform :
5052 - runner : macos-13
6264 uses : PyO3/maturin-action@v1
6365 with :
6466 target : ${{ matrix.platform.target }}
65- args : --release --out dist
67+ args : --release --out dist --find-interpreter
6668 sccache : " true"
6769
6870 - name : Upload wheels
7577 windows :
7678 runs-on : ${{ matrix.platform.runner }}
7779 strategy :
80+ fail-fast : false
7881 matrix :
7982 platform :
8083 - runner : windows-latest
9194 uses : PyO3/maturin-action@v1
9295 with :
9396 target : ${{ matrix.platform.target }}
94- args : --release --out dist
97+ args : --release --out dist --find-interpreter
9598 sccache : " true"
9699
97100 - name : Upload wheels
You can’t perform that action at this time.
0 commit comments