Skip to content

Commit

Permalink
Update publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
gi0baro committed Oct 12, 2023
1 parent 26de3f6 commit f4a9243
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f4a9243

Please sign in to comment.