File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 83
83
key : libpq-${{ env.LIBPQ_VERSION }}-${{ matrix.platform }}-${{ matrix.arch }}
84
84
85
85
- name : Build wheels
86
- uses : pypa/cibuildwheel@v2.22.0
86
+ uses : pypa/cibuildwheel@v2.23.2
87
87
env :
88
88
CIBW_MANYLINUX_X86_64_IMAGE : manylinux2014
89
89
CIBW_MANYLINUX_I686_IMAGE : manylinux2014
@@ -153,7 +153,7 @@ jobs:
153
153
key : libpq-${{ env.LIBPQ_VERSION }}-macos-${{ matrix.arch }}
154
154
155
155
- name : Build wheels
156
- uses : pypa/cibuildwheel@v2.22.0
156
+ uses : pypa/cibuildwheel@v2.23.2
157
157
env :
158
158
CIBW_BUILD : ${{matrix.pyver}}-macosx_${{matrix.arch}}
159
159
CIBW_ARCHS_MACOS : ${{matrix.arch}}
@@ -223,7 +223,7 @@ jobs:
223
223
if : ${{ matrix.package_name != 'psycopg2' }}
224
224
225
225
- name : Build wheels
226
- uses : pypa/cibuildwheel@v2.22.0
226
+ uses : pypa/cibuildwheel@v2.23.2
227
227
env :
228
228
VCPKG_BINARY_SOURCES : " clear;x-gha,readwrite" # cache vcpkg
229
229
CIBW_BUILD : ${{matrix.pyver}}-${{matrix.arch}}
You can’t perform that action at this time.
0 commit comments