We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1dd06c commit b8b846fCopy full SHA for b8b846f
.github/workflows/release.yml
@@ -70,7 +70,7 @@ jobs:
70
uses: PyO3/maturin-action@v1
71
with:
72
target: ${{ matrix.target }}
73
- args: --release --out dist -i 3.8 3.9 3.10 3.11 3.12 3.13 pypy3.8 pypy3.9 pypy3.10
+ args: --release --out dist -i 3.8 3.9 3.10 3.11 3.12 3.13
74
sccache: 'true'
75
- name: Upload wheels
76
uses: actions/upload-artifact@v3
0 commit comments