File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
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 --find-interpreter
28
+ args : --release --out dist -i 3.8 3.9 3.10 3.11 3.12 3.13
29
29
sccache : ' true'
30
30
manylinux : auto
31
31
before-script-linux : |
70
70
uses : PyO3/maturin-action@v1
71
71
with :
72
72
target : ${{ matrix.target }}
73
- args : --release --out dist --find-interpreter
73
+ args : --release --out dist -i 3.8 3.9 3.10 3.11 3.12 3.13
74
74
sccache : ' true'
75
75
- name : Upload wheels
76
76
uses : actions/upload-artifact@v3
@@ -110,7 +110,7 @@ jobs:
110
110
uses : PyO3/maturin-action@v1
111
111
with :
112
112
target : ${{ matrix.target }}
113
- args : --release --out dist --find-interpreter
113
+ args : --release --out dist -i 3.8 3.9 3.10 3.11 3.12 3.13
114
114
sccache : ' true'
115
115
- name : Upload wheels
116
116
uses : actions/upload-artifact@v3
@@ -164,7 +164,7 @@ jobs:
164
164
uses : messense/maturin-action@v1
165
165
with :
166
166
target : ${{ matrix.target }}
167
- args : --release --out dist --find-interpreter
167
+ args : --release --out dist -i 3.8 3.9 3.10 3.11 3.12 3.13
168
168
manylinux : musllinux_1_2
169
169
- name : Upload wheels
170
170
uses : actions/upload-artifact@v3
You can’t perform that action at this time.
0 commit comments