Skip to content

Commit

Permalink
Update to cibuildwheel v2.21.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sjperkins committed Oct 9, 2024
1 parent 3432e93 commit c6d6733
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .cirrus.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
build_and_store_wheels: &BUILD_AND_STORE_WHEELS
install_cibuildwheel_script:
- python -m pip install cibuildwheel==2.17
- python -m pip install cibuildwheel==2.21.3
run_cibuildwheel_script:
- cibuildwheel
wheels_artifacts:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ jobs:
run: echo "CIBW_ENVIRONMENT_COMMON=$COMMON_ENV" >> $GITHUB_ENV

- name: Run cibuildwheel
uses: pypa/cibuildwheel@v2.17
uses: pypa/cibuildwheel@v2.21.3
env:
CIBW_BUILD: ${{ matrix.cpython }}-${{ matrix.extra_build }}*
CIBW_ARCHS: ${{ matrix.arch }}
Expand Down

0 comments on commit c6d6733

Please sign in to comment.