Skip to content

Commit 2a33942

Browse files
committed
chore(ci): add pypy for dist
1 parent ac081b7 commit 2a33942

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
uses: PyO3/maturin-action@v1
8888
with:
8989
target: ${{ matrix.target }}
90-
args: --release --out dist
90+
args: --release --out dist --interpreter '3.8 pypy3.8 pypy3.9 pypy3.10'
9191
sccache: true
9292
manylinux: auto
9393
- name: Upload wheels
@@ -135,7 +135,7 @@ jobs:
135135
uses: PyO3/maturin-action@v1
136136
with:
137137
target: ${{ matrix.target }}
138-
args: --release --out dist
138+
args: --release --out dist --interpreter '3.8 pypy3.8 pypy3.9 pypy3.10'
139139
sccache: true
140140
- name: Upload wheels
141141
uses: actions/upload-artifact@v3
@@ -166,7 +166,7 @@ jobs:
166166
uses: PyO3/maturin-action@v1
167167
with:
168168
target: ${{ matrix.target }}
169-
args: --release --out dist
169+
args: --release --out dist --interpreter '3.8 pypy3.8 pypy3.9 pypy3.10'
170170
sccache: true
171171
- name: Upload wheels
172172
uses: actions/upload-artifact@v3

0 commit comments

Comments
 (0)