Skip to content

Commit

Permalink
bump cibuildwheel [ci build]
Browse files Browse the repository at this point in the history
  • Loading branch information
nmwsharp committed Jun 18, 2024
1 parent 1592101 commit 1619ffd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,11 @@ jobs:
- uses: actions/setup-python@v2
name: Install Python
with:
python-version: '3.7'
python-version: '3.9'

- name: Install cibuildwheel
run: |
python -m pip install cibuildwheel==2.13.1
python -m pip install cibuildwheel==2.19.1
- name: Configure cibuildwheel
shell: bash
Expand Down

0 comments on commit 1619ffd

Please sign in to comment.