File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2525 uses : PyO3/maturin-action@v1
2626 with :
2727 target : ${{ matrix.target }}
28- args : --release --out dist -i 3.9 3.10 3.11 3.12 3.13 pypy3.9 pypy3.10
28+ args : --release --out dist -i 3.9 3.10 3.11 3.12 3.13 pypy3.9 pypy3.10 pypy3.11
2929 sccache : ' true'
3030 manylinux : auto
3131 before-script-linux : |
@@ -112,7 +112,7 @@ jobs:
112112 uses : PyO3/maturin-action@v1
113113 with :
114114 target : ${{ matrix.target }}
115- args : --release --out dist -i 3.9 3.10 3.11 3.12 3.13 pypy3.9 pypy3.10
115+ args : --release --out dist -i 3.9 3.10 3.11 3.12 3.13 pypy3.9 pypy3.10 pypy3.11
116116 sccache : ' true'
117117 - name : Upload wheels
118118 uses : actions/upload-artifact@v4
@@ -168,7 +168,7 @@ jobs:
168168 uses : messense/maturin-action@v1
169169 with :
170170 target : ${{ matrix.target }}
171- args : --release --out dist -i 3.9 3.10 3.11 3.12 3.13 pypy3.9 pypy3.10
171+ args : --release --out dist -i 3.9 3.10 3.11 3.12 3.13 pypy3.9 pypy3.10 pypy3.11
172172 manylinux : musllinux_1_2
173173 - name : Upload wheels
174174 uses : actions/upload-artifact@v4
You can’t perform that action at this time.
0 commit comments