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

Commit

Permalink
ci: try adding pypy
Browse files Browse the repository at this point in the history
Signed-off-by: Henry Schreiner <[email protected]>
  • Loading branch information
henryiii committed May 11, 2024
1 parent 622c56b commit fe59696
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 @@ -23,6 +23,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 Down Expand Up @@ -51,6 +52,7 @@ jobs:
args: --release --out dist
sccache: 'true'
manylinux: ${{ matrix.platform.manylinux || 'auto' }}
interpreter: ${{ matrix.platform.interpreter || '3.8' }}
- name: Upload wheels
uses: actions/upload-artifact@v4
with:
Expand All @@ -64,6 +66,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 @@ -78,6 +81,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 @@ -104,6 +108,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 fe59696

Please sign in to comment.