From f4a9243a6c07484610cdad88e4526abc1131f827 Mon Sep 17 00:00:00 2001 From: Giovanni Barillari Date: Thu, 12 Oct 2023 11:08:05 +0200 Subject: [PATCH] Update publish workflow --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 5c3ca25..5682765 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -80,7 +80,7 @@ jobs: wheel-win: runs-on: windows-latest env: - PY_ALL: 3.8 3.9 3.10 3.11 3.12 C:\hostedtoolcache\windows\PyPy\3.9.18\x86\python3.exe C:\hostedtoolcache\windows\PyPy\3.10.13\x86\python3.exe + PY_ALL: 3.8 3.9 3.10 3.11 pypy3.8 pypy3.9 pypy3.10 steps: - uses: actions/checkout@v3 - uses: pyo3/maturin-action@v1