5858 python-version : ${{ matrix.python }}
5959
6060 - name : Build wheels
61- uses : PyO3/maturin-action@e10f6c464b90acceb5f640d31beda6d586ba7b4a # v1.49.3
61+ uses : PyO3/maturin-action@86b9d133d34bc1b40018696f782949dac11bd380 # v1.49.4
6262 with :
6363 target : ${{ matrix.target }}
6464 manylinux : ${{ matrix.manylinux }}
@@ -100,7 +100,7 @@ jobs:
100100 python-version : ${{ matrix.python }}
101101
102102 - name : Build wheels
103- uses : PyO3/maturin-action@e10f6c464b90acceb5f640d31beda6d586ba7b4a # v1.49.3
103+ uses : PyO3/maturin-action@86b9d133d34bc1b40018696f782949dac11bd380 # v1.49.4
104104 with :
105105 # Recent versions (last one tested 1.7.8) lead to failures on Windows aarch64, so forcing the version for now.
106106 maturin-version : ' 1.7.4'
@@ -139,7 +139,7 @@ jobs:
139139 python-version : ${{ matrix.python }}
140140
141141 - name : Build wheels
142- uses : PyO3/maturin-action@e10f6c464b90acceb5f640d31beda6d586ba7b4a # v1.49.3
142+ uses : PyO3/maturin-action@86b9d133d34bc1b40018696f782949dac11bd380 # v1.49.4
143143 with :
144144 target : ${{ matrix.target }}
145145 args : --release --out dist --interpreter ${{ steps.setup-python.outputs.python-path }}
@@ -170,7 +170,7 @@ jobs:
170170 name : pyproject-toml
171171
172172 - name : Build sdist
173- uses : PyO3/maturin-action@e10f6c464b90acceb5f640d31beda6d586ba7b4a # v1.49.3
173+ uses : PyO3/maturin-action@86b9d133d34bc1b40018696f782949dac11bd380 # v1.49.4
174174 with :
175175 command : sdist
176176 args : --out dist
@@ -199,7 +199,7 @@ jobs:
199199
200200 - name : Publish to PyPI
201201 if : ${{ github.event_name == 'release' }}
202- uses : PyO3/maturin-action@e10f6c464b90acceb5f640d31beda6d586ba7b4a # v1.49.3
202+ uses : PyO3/maturin-action@86b9d133d34bc1b40018696f782949dac11bd380 # v1.49.4
203203 env :
204204 MATURIN_PYPI_TOKEN : ${{ secrets.PYPI_TOKEN }}
205205 with :
@@ -208,7 +208,7 @@ jobs:
208208
209209 - name : ' [dry-run] Publish to PyPI'
210210 if : ${{ github.event_name != 'release' }}
211- uses : PyO3/maturin-action@e10f6c464b90acceb5f640d31beda6d586ba7b4a # v1.49.3
211+ uses : PyO3/maturin-action@86b9d133d34bc1b40018696f782949dac11bd380 # v1.49.4
212212 with :
213213 command : upload
214214 args : --help
0 commit comments