Skip to content

Commit 0d67383

Browse files
Add the Python feature in CI.
1 parent 3ce29fb commit 0d67383

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/python.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
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

@@ -59,7 +59,7 @@ jobs:
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

@@ -82,7 +82,7 @@ jobs:
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:

0 commit comments

Comments
 (0)