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 25
25
uses : PyO3/maturin-action@v1
26
26
with :
27
27
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
29
29
sccache : ' true'
30
30
manylinux : auto
31
31
before-script-linux : |
@@ -112,7 +112,7 @@ jobs:
112
112
uses : PyO3/maturin-action@v1
113
113
with :
114
114
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
116
116
sccache : ' true'
117
117
- name : Upload wheels
118
118
uses : actions/upload-artifact@v4
@@ -168,7 +168,7 @@ jobs:
168
168
uses : messense/maturin-action@v1
169
169
with :
170
170
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
172
172
manylinux : musllinux_1_2
173
173
- name : Upload wheels
174
174
uses : actions/upload-artifact@v4
You can’t perform that action at this time.
0 commit comments