File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 4747 - run :
4848 name : Build the Linux wheels.
4949 command : |
50- pip3 install --user cibuildwheel==2.19.1
50+ pip3 install --user cibuildwheel==2.19.2
5151 PATH="$HOME/.local/bin:$PATH" cibuildwheel --output-dir wheelhouse
5252
5353 - store_artifacts :
Original file line number Diff line number Diff line change @@ -181,7 +181,7 @@ jobs:
181181 fail-on-cache-miss : true
182182
183183 - name : Build and test wheels
184- uses : pypa/cibuildwheel@v2.19.1
184+ uses : pypa/cibuildwheel@v2.19.2
185185
186186 - uses : actions/upload-artifact@v4
187187 with :
Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ jobs:
113113 CIBW_MANYLINUX_I686_IMAGE : ghcr.io/${{ github.repository }}_i686:${{ steps.meta.outputs.version }}
114114 CIBW_MANYLINUX_PYPY_I686_IMAGE : ghcr.io/${{ github.repository }}_i686:${{ steps.meta.outputs.version }}
115115
116- uses : pypa/cibuildwheel@v2.19.1
116+ uses : pypa/cibuildwheel@v2.19.2
117117
118118 # We upload the generated files under github actions assets
119119 - name : Upload dist
Original file line number Diff line number Diff line change @@ -147,7 +147,7 @@ jobs:
147147 arch : ${{ matrix.msvc-dev-arch }}
148148
149149 - name : Build and test wheels
150- uses : pypa/cibuildwheel@v2.19.1
150+ uses : pypa/cibuildwheel@v2.19.2
151151
152152 - uses : actions/upload-artifact@v4
153153 with :
You can’t perform that action at this time.
0 commit comments