Skip to content

Commit

Permalink
Update cibuildwheel to v2.16.5
Browse files Browse the repository at this point in the history
  • Loading branch information
fdabrandao committed Feb 20, 2024
1 parent 4839f5a commit 1eff2bc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
run: python3 dev/updatelib.py

- name: Build wheels
uses: pypa/[email protected].2
uses: pypa/[email protected].5
env:
CIBW_ARCHS_LINUX: ${{ env.CIBW_ARCHS_LINUX }}
CIBW_ARCHS_MACOS: ${{ env.CIBW_ARCHS_MACOS }}
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
run: python3 dev/updatelib.py

- name: Build wheels
uses: pypa/[email protected].2
uses: pypa/[email protected].5
env:
CIBW_ARCHS_LINUX: ${{ matrix.arch }}
CIBW_ARCHS_MACOS: ${{ env.CIBW_ARCHS_MACOS }}
Expand Down
8 changes: 4 additions & 4 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ stages:
- bash: |
set -ex
python dev/updatelib.py
python -m pip install --upgrade cibuildwheel==2.16.2
python -m pip install --upgrade cibuildwheel==2.16.5
cibuildwheel --platform linux --output-dir wheelhouse .
displayName: Build wheels
- task: PublishBuildArtifacts@1
Expand All @@ -46,7 +46,7 @@ stages:
- bash: |
set -ex
python dev/updatelib.py
python -m pip install --upgrade cibuildwheel==2.16.2
python -m pip install --upgrade cibuildwheel==2.16.5
cibuildwheel --platform macos --output-dir wheelhouse .
displayName: Build wheels
- task: PublishBuildArtifacts@1
Expand All @@ -58,7 +58,7 @@ stages:
- bash: |
set -ex
python dev/updatelib.py
python -m pip install --upgrade cibuildwheel==2.16.2
python -m pip install --upgrade cibuildwheel==2.16.5
cibuildwheel --platform windows --output-dir wheelhouse .
displayName: Build wheels
- task: PublishBuildArtifacts@1
Expand Down Expand Up @@ -122,7 +122,7 @@ stages:
- bash: |
set -ex
python dev/updatelib.py
python -m pip install --upgrade cibuildwheel==2.16.2
python -m pip install --upgrade cibuildwheel==2.16.5
cibuildwheel --platform linux --output-dir wheelhouse .
displayName: Build wheels
- task: PublishBuildArtifacts@1
Expand Down

0 comments on commit 1eff2bc

Please sign in to comment.