We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09c0140 commit 0dd1aa9Copy full SHA for 0dd1aa9
.github/workflows/wheels.yml
@@ -185,7 +185,7 @@ jobs:
185
echo -e "\n\n" >> EXTRA_LICENSES
186
curl "https://raw.githubusercontent.com/apache/xerces-c/${{ env.XERCES_C_GIT_REF }}/LICENSE" >> EXTRA_LICENSES
187
188
- - uses: pypa/cibuildwheel@v2.2.2
+ - uses: pypa/cibuildwheel@v2.3.1
189
env:
190
CIBW_ARCHS: native
191
@@ -220,7 +220,7 @@ jobs:
220
221
222
223
224
225
CIBW_ENVIRONMENT_LINUX: CXXFLAGS='-fPIC' CFLAGS='-fPIC'
226
CIBW_BEFORE_ALL_LINUX: >
0 commit comments