Skip to content

Commit

Permalink
cibuildwheel to 1.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hoffmang9 committed Dec 11, 2020
1 parent 00b2b00 commit 1dc31fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-aarch64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
source venv/bin/activate
python -m pip install --upgrade pip
pip install wheel
pip install cibuildwheel==1.6.4
pip install cibuildwheel==1.7.1
- name: Lint source with flake8
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install wheel
pip install cibuildwheel==1.6.4
pip install cibuildwheel==1.7.1
- name: Lint source with flake8
run: |
Expand Down

0 comments on commit 1dc31fd

Please sign in to comment.