Skip to content

Commit 979d56a

Browse files
committed
chore: update cibuildwheel to 2.22.0
1 parent 4903f1c commit 979d56a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/packages.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
key: libpq-${{ env.LIBPQ_VERSION }}-${{ matrix.platform }}-${{ matrix.arch }}
8686

8787
- name: Build wheels
88-
uses: pypa/cibuildwheel@v2.21.2
88+
uses: pypa/cibuildwheel@v2.22.0
8989
env:
9090
CIBW_MANYLINUX_X86_64_IMAGE: manylinux2014
9191
CIBW_MANYLINUX_I686_IMAGE: manylinux2014
@@ -163,7 +163,7 @@ jobs:
163163
uses: actions/checkout@v4
164164

165165
- name: Build wheels
166-
uses: pypa/cibuildwheel@v2.21.2
166+
uses: pypa/cibuildwheel@v2.22.0
167167
env:
168168
CIBW_BUILD: ${{matrix.pyver}}-macosx_${{matrix.arch}}
169169
CIBW_ARCHS_MACOS: ${{matrix.arch}}

0 commit comments

Comments
 (0)