@@ -84,21 +84,21 @@ jobs:
8484 with :
8585 python-version : 3.x
8686 - name : Build wheels
87- uses : PyO3/maturin-action@86b9d133d34bc1b40018696f782949dac11bd380 # v1.49.4
87+ uses : PyO3/maturin-action@b1bd829e37fef14c63f19162034228a2f3dc1021 # v1.50.0
8888 with :
8989 target : ${{ matrix.platform.target }}
9090 args : --release --out dist
9191 sccache : false
9292 manylinux : auto
9393 - name : Build free-threaded wheels
94- uses : PyO3/maturin-action@86b9d133d34bc1b40018696f782949dac11bd380 # v1.49.4
94+ uses : PyO3/maturin-action@b1bd829e37fef14c63f19162034228a2f3dc1021 # v1.50.0
9595 with :
9696 target : ${{ matrix.platform.target }}
9797 args : --release --out dist -i python3.14t
9898 sccache : false
9999 manylinux : auto
100100 - name : Build free-threaded wheels
101- uses : PyO3/maturin-action@86b9d133d34bc1b40018696f782949dac11bd380 # v1.49.4
101+ uses : PyO3/maturin-action@b1bd829e37fef14c63f19162034228a2f3dc1021 # v1.50.0
102102 with :
103103 target : ${{ matrix.platform.target }}
104104 args : --release --out dist -i python3.13t
@@ -132,22 +132,22 @@ jobs:
132132 with :
133133 python-version : 3.x
134134 - name : Build wheels
135- uses : PyO3/maturin-action@86b9d133d34bc1b40018696f782949dac11bd380 # v1.49.4
135+ uses : PyO3/maturin-action@b1bd829e37fef14c63f19162034228a2f3dc1021 # v1.50.0
136136 with :
137137 target : ${{ matrix.platform.target }}
138138 args : --release --out dist
139139 sccache : false
140140 manylinux : musllinux_1_2
141141 - name : Build free-threaded wheels
142- uses : PyO3/maturin-action@86b9d133d34bc1b40018696f782949dac11bd380 # v1.49.4
142+ uses : PyO3/maturin-action@b1bd829e37fef14c63f19162034228a2f3dc1021 # v1.50.0
143143 with :
144144 target : ${{ matrix.platform.target }}
145145 args : --release --out dist -i python3.13t
146146
147147 sccache : false
148148 manylinux : musllinux_1_2
149149 - name : Build free-threaded wheels
150- uses : PyO3/maturin-action@86b9d133d34bc1b40018696f782949dac11bd380 # v1.49.4
150+ uses : PyO3/maturin-action@b1bd829e37fef14c63f19162034228a2f3dc1021 # v1.50.0
151151 with :
152152 target : ${{ matrix.platform.target }}
153153 args : --release --out dist -i python3.14t
@@ -179,7 +179,7 @@ jobs:
179179 python-version : 3.x
180180 architecture : ${{ matrix.platform.target }}
181181 - name : Build wheels
182- uses : PyO3/maturin-action@86b9d133d34bc1b40018696f782949dac11bd380 # v1.49.4
182+ uses : PyO3/maturin-action@b1bd829e37fef14c63f19162034228a2f3dc1021 # v1.50.0
183183 with :
184184 target : ${{ matrix.platform.target }}
185185 args : --release --out dist
@@ -189,13 +189,13 @@ jobs:
189189 python-version : 3.13t
190190 architecture : ${{ matrix.platform.target }}
191191 - name : Build free-threaded wheels
192- uses : PyO3/maturin-action@86b9d133d34bc1b40018696f782949dac11bd380 # v1.49.4
192+ uses : PyO3/maturin-action@b1bd829e37fef14c63f19162034228a2f3dc1021 # v1.50.0
193193 with :
194194 target : ${{ matrix.platform.target }}
195195 args : --release --out dist -i python3.13t
196196 sccache : false
197197 - name : Build free-threaded wheels
198- uses : PyO3/maturin-action@86b9d133d34bc1b40018696f782949dac11bd380 # v1.49.4
198+ uses : PyO3/maturin-action@b1bd829e37fef14c63f19162034228a2f3dc1021 # v1.50.0
199199 with :
200200 target : ${{ matrix.platform.target }}
201201 args : --release --out dist -i python3.14t
@@ -224,20 +224,20 @@ jobs:
224224 with :
225225 python-version : 3.x
226226 - name : Build wheels
227- uses : PyO3/maturin-action@86b9d133d34bc1b40018696f782949dac11bd380 # v1.49.4
227+ uses : PyO3/maturin-action@b1bd829e37fef14c63f19162034228a2f3dc1021 # v1.50.0
228228 with :
229229 target : ${{ matrix.platform.target }}
230230 args : --release --out dist
231231 sccache : false
232232 - name : Build free-threaded wheels
233- uses : PyO3/maturin-action@86b9d133d34bc1b40018696f782949dac11bd380 # v1.49.4
233+ uses : PyO3/maturin-action@b1bd829e37fef14c63f19162034228a2f3dc1021 # v1.50.0
234234 with :
235235 target : ${{ matrix.platform.target }}
236236 args : --release --out dist -i python3.13t
237237
238238 sccache : false
239239 - name : Build free-threaded wheels
240- uses : PyO3/maturin-action@86b9d133d34bc1b40018696f782949dac11bd380 # v1.49.4
240+ uses : PyO3/maturin-action@b1bd829e37fef14c63f19162034228a2f3dc1021 # v1.50.0
241241 with :
242242 target : ${{ matrix.platform.target }}
243243 args : --release --out dist -i python3.14t
@@ -257,7 +257,7 @@ jobs:
257257 with :
258258 persist-credentials : false
259259 - name : Build sdist
260- uses : PyO3/maturin-action@86b9d133d34bc1b40018696f782949dac11bd380 # v1.49.4
260+ uses : PyO3/maturin-action@b1bd829e37fef14c63f19162034228a2f3dc1021 # v1.50.0
261261 with :
262262 command : sdist
263263 args : --out dist
@@ -303,7 +303,7 @@ jobs:
303303 subject-path : wheels-*/*
304304 - name : Publish to PyPI
305305 if : ${{ startsWith(github.ref, 'refs/tags/') }}
306- uses : PyO3/maturin-action@86b9d133d34bc1b40018696f782949dac11bd380 # v1.49.4
306+ uses : PyO3/maturin-action@b1bd829e37fef14c63f19162034228a2f3dc1021 # v1.50.0
307307 with :
308308 command : upload
309309 args : --non-interactive --skip-existing wheels-*/*
0 commit comments