Skip to content

Commit f40c691

Browse files
committed
ci: all interpreter
1 parent 41c1fb1 commit f40c691

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
uses: PyO3/maturin-action@v1
6262
with:
6363
target: ${{ matrix.platform.target }}
64-
args: --release --out dist --find-interpreter
64+
args: --release --out dist --interpreter 3.8 3.9 3.10 3.11 3.12 3.13 3.13t pypy3.9 pypy3.10 pypy3.11
6565
sccache: ${{ !startsWith(github.ref, 'refs/tags/') }}
6666
manylinux: auto
6767
- name: Upload wheels
@@ -101,7 +101,7 @@ jobs:
101101
uses: PyO3/maturin-action@v1
102102
with:
103103
target: ${{ matrix.platform.target }}
104-
args: --release --out dist --find-interpreter
104+
args: --release --out dist --interpreter 3.8 3.9 3.10 3.11 3.12 3.13 3.13t pypy3.9 pypy3.10 pypy3.11
105105
sccache: ${{ !startsWith(github.ref, 'refs/tags/') }}
106106
manylinux: musllinux_1_2
107107
- name: Upload wheels
@@ -138,7 +138,7 @@ jobs:
138138
uses: PyO3/maturin-action@v1
139139
with:
140140
target: ${{ matrix.platform.target }}
141-
args: --release --out dist --find-interpreter
141+
args: --release --out dist --interpreter 3.8 3.9 3.10 3.11 3.12 3.13 3.13t pypy3.9 pypy3.10 pypy3.11
142142
sccache: ${{ !startsWith(github.ref, 'refs/tags/') }}
143143
- name: Upload wheels
144144
uses: actions/upload-artifact@v4
@@ -173,7 +173,7 @@ jobs:
173173
uses: PyO3/maturin-action@v1
174174
with:
175175
target: ${{ matrix.platform.target }}
176-
args: --release --out dist --find-interpreter
176+
args: --release --out dist --interpreter 3.8 3.9 3.10 3.11 3.12 3.13 3.13t pypy3.9 pypy3.10 pypy3.11
177177
sccache: ${{ !startsWith(github.ref, 'refs/tags/') }}
178178
- name: Upload wheels
179179
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)