File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 3030 uses : PyO3/maturin-action@v1
3131 with :
3232 target : ${{ matrix.target }}
33- args : --release --out dist -i 3.10
33+ args : --release --out dist --find-interpreter
3434 sccache : ' true'
3535 manylinux : auto
3636 - name : Upload wheels
5454 uses : PyO3/maturin-action@v1
5555 with :
5656 target : ${{ matrix.target }}
57- args : --release --out dist
57+ args : --release --out dist --find-interpreter
5858 sccache : ' true'
5959 - name : Upload wheels
6060 uses : actions/upload-artifact@v3
7676 uses : PyO3/maturin-action@v1
7777 with :
7878 target : ${{ matrix.target }}
79- args : --release --out dist
79+ args : --release --out dist --find-interpreter
8080 sccache : ' true'
8181 - name : Upload wheels
8282 uses : actions/upload-artifact@v3
9292 uses : PyO3/maturin-action@v1
9393 with :
9494 command : sdist
95- args : --out dist
95+ args : --out dist --find-interpreter
9696 - name : Upload sdist
9797 uses : actions/upload-artifact@v3
9898 with :
You can’t perform that action at this time.
0 commit comments