Skip to content

Commit

Permalink
Upgrade cibuildwheel to latest minor (2.8.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
randomir committed Jul 7, 2022
1 parent 0e0c085 commit 78c6129
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
python3 -m venv env
. env/bin/activate
pip install pip --upgrade
pip install cibuildwheel==2.6.0
pip install cibuildwheel==2.8.0
cibuildwheel --output-dir dist
- save_cache: &build-linux-save-cache
paths:
Expand Down Expand Up @@ -134,7 +134,7 @@ jobs:
name: build wheels
command: |
python -m pip install pip --upgrade
python -m pip install cibuildwheel==2.6.0
python -m pip install cibuildwheel==2.8.0
python -m cibuildwheel --output-dir dist
- store_artifacts: *store-artifacts
- persist_to_workspace: *persist-to-workspace
Expand Down

0 comments on commit 78c6129

Please sign in to comment.