|
27 | 27 | with: |
28 | 28 | platforms: all |
29 | 29 | - name: Build manylinux wheels |
30 | | - uses: pypa/cibuildwheel@v2.19.1 |
| 30 | + uses: pypa/cibuildwheel@v2.22.0 |
31 | 31 | env: |
32 | 32 | CIBW_ARCHS: aarch64 |
33 | 33 | CIBW_BUILD: ${{ matrix.python-tag }} |
|
59 | 59 | - name: Setup Rust |
60 | 60 | uses: dtolnay/rust-toolchain@stable |
61 | 61 | - name: Build manylinux wheels |
62 | | - uses: pypa/cibuildwheel@v2.19.1 |
| 62 | + uses: pypa/cibuildwheel@v2.22.0 |
63 | 63 | env: |
64 | 64 | CIBW_ARCHS: x86_64 |
65 | 65 | CIBW_BUILD: ${{ matrix.python-tag }} |
|
91 | 91 | - name: Setup Rust |
92 | 92 | uses: dtolnay/rust-toolchain@stable |
93 | 93 | - name: Build manylinux wheels |
94 | | - uses: pypa/cibuildwheel@v2.19.1 |
| 94 | + uses: pypa/cibuildwheel@v2.22.0 |
95 | 95 | env: |
96 | 96 | CIBW_ARCHS: x86_64 |
97 | 97 | CIBW_BUILD: ${{ matrix.python-tag }} |
@@ -124,7 +124,7 @@ jobs: |
124 | 124 | with: |
125 | 125 | targets: aarch64-apple-darwin |
126 | 126 | - name: Build manylinux wheels |
127 | | - uses: pypa/cibuildwheel@v2.19.1 |
| 127 | + uses: pypa/cibuildwheel@v2.22.0 |
128 | 128 | env: |
129 | 129 | CIBW_ARCHS: arm64 |
130 | 130 | CIBW_BUILD: ${{ matrix.python-tag }} |
@@ -157,7 +157,7 @@ jobs: |
157 | 157 | - name: Setup Rust |
158 | 158 | uses: dtolnay/rust-toolchain@stable |
159 | 159 | - name: Build manylinux wheels |
160 | | - uses: pypa/cibuildwheel@v2.19.1 |
| 160 | + uses: pypa/cibuildwheel@v2.22.0 |
161 | 161 | env: |
162 | 162 | CIBW_ARCHS: AMD64 |
163 | 163 | CIBW_BUILD: ${{ matrix.python-tag }} |
|
0 commit comments