We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4903f1c commit 979d56aCopy full SHA for 979d56a
.github/workflows/packages.yml
@@ -85,7 +85,7 @@ jobs:
85
key: libpq-${{ env.LIBPQ_VERSION }}-${{ matrix.platform }}-${{ matrix.arch }}
86
87
- name: Build wheels
88
- uses: pypa/cibuildwheel@v2.21.2
+ uses: pypa/cibuildwheel@v2.22.0
89
env:
90
CIBW_MANYLINUX_X86_64_IMAGE: manylinux2014
91
CIBW_MANYLINUX_I686_IMAGE: manylinux2014
@@ -163,7 +163,7 @@ jobs:
163
uses: actions/checkout@v4
164
165
166
167
168
CIBW_BUILD: ${{matrix.pyver}}-macosx_${{matrix.arch}}
169
CIBW_ARCHS_MACOS: ${{matrix.arch}}
0 commit comments