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 3333 uses : PyO3/maturin-action@v1
3434 with :
3535 target : ${{ matrix.platform.target }}
36- args : --release --out dist --find-interpreter
36+ args : --release --features python -- out dist --find-interpreter
3737 sccache : ${{ !startsWith(github.ref, 'refs/tags/') }}
3838 manylinux : auto
3939
5959 uses : PyO3/maturin-action@v1
6060 with :
6161 target : ${{ matrix.platform.target }}
62- args : --release --out dist --find-interpreter
62+ args : --release --features python -- out dist --find-interpreter
6363 sccache : ${{ !startsWith(github.ref, 'refs/tags/') }}
6464 manylinux : musllinux_1_2
6565
8282 uses : PyO3/maturin-action@v1
8383 with :
8484 target : ${{ matrix.platform.target }}
85- args : --release --out dist --find-interpreter
85+ args : --release --features python -- out dist --find-interpreter
8686 sccache : ${{ !startsWith(github.ref, 'refs/tags/') }}
8787
8888 macos :
@@ -103,7 +103,7 @@ jobs:
103103 uses : PyO3/maturin-action@v1
104104 with :
105105 target : ${{ matrix.platform.target }}
106- args : --release --out dist --find-interpreter
106+ args : --release --features python -- out dist --find-interpreter
107107 sccache : ${{ !startsWith(github.ref, 'refs/tags/') }}
108108
109109 sdist :
You can’t perform that action at this time.
0 commit comments