Skip to content
This repository was archived by the owner on Oct 17, 2024. It is now read-only.

Commit fe59696

Browse files
committed
ci: try adding pypy
Signed-off-by: Henry Schreiner <[email protected]>
1 parent 622c56b commit fe59696

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
platform:
2424
- runner: ubuntu-latest
2525
target: x86_64
26+
interpreter: "3.8 pypy3.8 pypy3.9 pypy3.10"
2627
- runner: ubuntu-latest
2728
target: x86
2829
- runner: ubuntu-latest
@@ -51,6 +52,7 @@ jobs:
5152
args: --release --out dist
5253
sccache: 'true'
5354
manylinux: ${{ matrix.platform.manylinux || 'auto' }}
55+
interpreter: ${{ matrix.platform.interpreter || '3.8' }}
5456
- name: Upload wheels
5557
uses: actions/upload-artifact@v4
5658
with:
@@ -64,6 +66,7 @@ jobs:
6466
platform:
6567
- runner: windows-latest
6668
target: x64
69+
interpreter: "3.8 pypy3.8 pypy3.9 pypy3.10"
6770
- runner: windows-latest
6871
target: x86
6972
steps:
@@ -78,6 +81,7 @@ jobs:
7881
target: ${{ matrix.platform.target }}
7982
args: --release --out dist
8083
sccache: 'true'
84+
interpreter: ${{ matrix.platform.interpreter || '3.8' }}
8185
- name: Upload wheels
8286
uses: actions/upload-artifact@v4
8387
with:
@@ -104,6 +108,7 @@ jobs:
104108
target: ${{ matrix.platform.target }}
105109
args: --release --out dist
106110
sccache: 'true'
111+
interpreter: "3.8 pypy3.8 pypy3.9 pypy3.10"
107112
- name: Upload wheels
108113
uses: actions/upload-artifact@v4
109114
with:

0 commit comments

Comments
 (0)