Skip to content

Commit

Permalink
Update cibuildwheel version in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
martaiborra committed Feb 15, 2024
1 parent e7e7e22 commit 306b2e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cibuildwheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ jobs:
if: runner.os == 'Windows'
uses: pypa/cibuildwheel@v2.14.1
env:
CIBW_BEFORE_ALL: python -m pip install cibuildwheel -U
CIBW_BUILD: 'cp38-win_amd64 cp39-win_amd64 cp310-win_amd64 cp311-win_amd64'
CIBW_BEFORE_TEST: python -m pip install --upgrade pip && python -m pip install -r requirements-test.txt
CIBW_TEST_COMMAND: >
Expand Down

0 comments on commit 306b2e6

Please sign in to comment.