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

Commit a2dc29c

Browse files
committed
ci: try adding pypy
Signed-off-by: Henry Schreiner <[email protected]>
1 parent 7f3b782 commit a2dc29c

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
@@ -22,6 +22,7 @@ jobs:
2222
platform:
2323
- runner: ubuntu-latest
2424
target: x86_64
25+
interpreter: "3.8 pypy3.8 pypy3.9 pypy3.10"
2526
- runner: ubuntu-latest
2627
target: x86
2728
- runner: ubuntu-latest
@@ -44,6 +45,7 @@ jobs:
4445
args: --release --out dist
4546
sccache: 'true'
4647
manylinux: auto
48+
interpreter: ${{ matrix.platform.interpreter || '3.8' }}
4749
- name: Upload wheels
4850
uses: actions/upload-artifact@v4
4951
with:
@@ -57,6 +59,7 @@ jobs:
5759
platform:
5860
- runner: windows-latest
5961
target: x64
62+
interpreter: "3.8 pypy3.8 pypy3.9 pypy3.10"
6063
- runner: windows-latest
6164
target: x86
6265
steps:
@@ -71,6 +74,7 @@ jobs:
7174
target: ${{ matrix.platform.target }}
7275
args: --release --out dist
7376
sccache: 'true'
77+
interpreter: ${{ matrix.platform.interpreter || '3.8' }}
7478
- name: Upload wheels
7579
uses: actions/upload-artifact@v4
7680
with:
@@ -97,6 +101,7 @@ jobs:
97101
target: ${{ matrix.platform.target }}
98102
args: --release --out dist
99103
sccache: 'true'
104+
interpreter: "3.8 pypy3.8 pypy3.9 pypy3.10"
100105
- name: Upload wheels
101106
uses: actions/upload-artifact@v4
102107
with:

0 commit comments

Comments
 (0)