|
40 | 40 | with:
|
41 | 41 | python-version: ${{ env.PYTHON_VERSION }}
|
42 | 42 | - name: "Build sdist"
|
43 |
| - uses: PyO3/maturin-action@36db84001d74475ad1b8e6613557ae4ee2dc3598 # v1 |
| 43 | + uses: PyO3/maturin-action@22fe573c6ed0c03ab9b84e631cbfa49bddf6e20e # v1 |
44 | 44 | with:
|
45 | 45 | working-directory: crates/cli
|
46 | 46 | command: sdist
|
|
69 | 69 | # python-version: ${{ env.PYTHON_VERSION }}
|
70 | 70 | # architecture: x64
|
71 | 71 | # - name: "Build wheels - x86_64"
|
72 |
| - # uses: PyO3/maturin-action@36db84001d74475ad1b8e6613557ae4ee2dc3598 # v1 |
| 72 | + # uses: PyO3/maturin-action@22fe573c6ed0c03ab9b84e631cbfa49bddf6e20e # v1 |
73 | 73 | # with:
|
74 | 74 | # working-directory: crates/cli
|
75 | 75 | # target: x86_64
|
@@ -108,7 +108,7 @@ jobs:
|
108 | 108 | python-version: ${{ env.PYTHON_VERSION }}
|
109 | 109 | architecture: arm64
|
110 | 110 | - name: "Build wheels - aarch64"
|
111 |
| - uses: PyO3/maturin-action@36db84001d74475ad1b8e6613557ae4ee2dc3598 # v1 |
| 111 | + uses: PyO3/maturin-action@22fe573c6ed0c03ab9b84e631cbfa49bddf6e20e # v1 |
112 | 112 | with:
|
113 | 113 | working-directory: crates/cli
|
114 | 114 | target: aarch64
|
@@ -161,7 +161,7 @@ jobs:
|
161 | 161 | python-version: ${{ env.PYTHON_VERSION }}
|
162 | 162 | architecture: ${{ matrix.platform.arch }}
|
163 | 163 | - name: "Build wheels"
|
164 |
| - uses: PyO3/maturin-action@36db84001d74475ad1b8e6613557ae4ee2dc3598 # v1 |
| 164 | + uses: PyO3/maturin-action@22fe573c6ed0c03ab9b84e631cbfa49bddf6e20e # v1 |
165 | 165 | with:
|
166 | 166 | working-directory: crates/cli
|
167 | 167 | target: ${{ matrix.platform.target }}
|
@@ -211,7 +211,7 @@ jobs:
|
211 | 211 | python-version: ${{ env.PYTHON_VERSION }}
|
212 | 212 | architecture: x64
|
213 | 213 | - name: "Build wheels"
|
214 |
| - uses: PyO3/maturin-action@36db84001d74475ad1b8e6613557ae4ee2dc3598 # v1 |
| 214 | + uses: PyO3/maturin-action@22fe573c6ed0c03ab9b84e631cbfa49bddf6e20e # v1 |
215 | 215 | with:
|
216 | 216 | working-directory: crates/cli
|
217 | 217 | target: ${{ matrix.target }}
|
@@ -265,7 +265,7 @@ jobs:
|
265 | 265 | python-version: ${{ env.PYTHON_VERSION }}
|
266 | 266 | architecture: x64
|
267 | 267 | - name: "Build wheels"
|
268 |
| - uses: PyO3/maturin-action@36db84001d74475ad1b8e6613557ae4ee2dc3598 # v1 |
| 268 | + uses: PyO3/maturin-action@22fe573c6ed0c03ab9b84e631cbfa49bddf6e20e # v1 |
269 | 269 | with:
|
270 | 270 | working-directory: crates/cli
|
271 | 271 | target: ${{ matrix.target }}
|
@@ -329,7 +329,7 @@ jobs:
|
329 | 329 | with:
|
330 | 330 | python-version: ${{ env.PYTHON_VERSION }}
|
331 | 331 | - name: "Build wheels"
|
332 |
| - uses: PyO3/maturin-action@36db84001d74475ad1b8e6613557ae4ee2dc3598 # v1 |
| 332 | + uses: PyO3/maturin-action@22fe573c6ed0c03ab9b84e631cbfa49bddf6e20e # v1 |
333 | 333 | with:
|
334 | 334 | working-directory: crates/cli
|
335 | 335 | target: ${{ matrix.platform.target }}
|
|
0 commit comments