43
43
args : --release --out dist --manifest-path binding/python/Cargo.toml
44
44
sccache : ' true'
45
45
manylinux : auto
46
- - name : Build free-threaded wheels
47
- uses : PyO3/maturin-action@v1
48
- with :
49
- target : ${{ matrix.platform.target }}
50
- args : --release --out dist --manifest-path binding/python/Cargo.toml -i python3.13t
51
- sccache : ' true'
52
- manylinux : auto
53
46
- name : Upload wheels
54
47
uses : actions/upload-artifact@v4
55
48
with :
78
71
uses : PyO3/maturin-action@v1
79
72
with :
80
73
target : ${{ matrix.platform.target }}
81
- args : --release --out dist --manifest-path binding/python/Cargo.toml
82
- sccache : ' true'
83
- manylinux : musllinux_1_2
84
- - name : Build free-threaded wheels
85
- uses : PyO3/maturin-action@v1
86
- with :
87
- target : ${{ matrix.platform.target }}
88
- args : --release --out dist --manifest-path binding/python/Cargo.toml -i python3.13t
74
+ args : --release --out dist --manifest-path bindings/python/Cargo.toml
89
75
sccache : ' true'
90
76
manylinux : musllinux_1_2
91
77
- name : Upload wheels
@@ -115,12 +101,6 @@ jobs:
115
101
target : ${{ matrix.platform.target }}
116
102
args : --release --out dist --manifest-path binding/python/Cargo.toml
117
103
sccache : ' true'
118
- - name : Build free-threaded wheels
119
- uses : PyO3/maturin-action@v1
120
- with :
121
- target : ${{ matrix.platform.target }}
122
- args : --release --out dist --manifest-path binding/python/Cargo.toml -i python3.13t
123
- sccache : ' true'
124
104
- name : Upload wheels
125
105
uses : actions/upload-artifact@v4
126
106
with :
@@ -147,12 +127,6 @@ jobs:
147
127
target : ${{ matrix.platform.target }}
148
128
args : --release --out dist --manifest-path binding/python/Cargo.toml
149
129
sccache : ' true'
150
- - name : Build free-threaded wheels
151
- uses : PyO3/maturin-action@v1
152
- with :
153
- target : ${{ matrix.platform.target }}
154
- args : --release --out dist --manifest-path binding/python/Cargo.toml -i python3.13t
155
- sccache : ' true'
156
130
- name : Upload wheels
157
131
uses : actions/upload-artifact@v4
158
132
with :
0 commit comments