Skip to content

Commit

Permalink
ci: try adding pypy
Browse files Browse the repository at this point in the history
Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
  • Loading branch information
henryiii committed May 11, 2024
1 parent 7f3b782 commit a2dc29c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
platform:
- runner: ubuntu-latest
target: x86_64
interpreter: "3.8 pypy3.8 pypy3.9 pypy3.10"
- runner: ubuntu-latest
target: x86
- runner: ubuntu-latest
Expand All @@ -44,6 +45,7 @@ jobs:
args: --release --out dist
sccache: 'true'
manylinux: auto
interpreter: ${{ matrix.platform.interpreter || '3.8' }}
- name: Upload wheels
uses: actions/upload-artifact@v4
with:
Expand All @@ -57,6 +59,7 @@ jobs:
platform:
- runner: windows-latest
target: x64
interpreter: "3.8 pypy3.8 pypy3.9 pypy3.10"
- runner: windows-latest
target: x86
steps:
Expand All @@ -71,6 +74,7 @@ jobs:
target: ${{ matrix.platform.target }}
args: --release --out dist
sccache: 'true'
interpreter: ${{ matrix.platform.interpreter || '3.8' }}
- name: Upload wheels
uses: actions/upload-artifact@v4
with:
Expand All @@ -97,6 +101,7 @@ jobs:
target: ${{ matrix.platform.target }}
args: --release --out dist
sccache: 'true'
interpreter: "3.8 pypy3.8 pypy3.9 pypy3.10"
- name: Upload wheels
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit a2dc29c

Please sign in to comment.