Skip to content

Commit

Permalink
Update cibuildwheel to v2.21.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Zuzu-Typ committed Oct 9, 2024
1 parent dd6fd7b commit bb7439e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy-test-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
python-version: '3.13'

- name: Install cibuildwheel
run: python -m pip install cibuildwheel==2.21.2
run: python -m pip install cibuildwheel==2.21.3

- name: Build wheels
run: python -m cibuildwheel --output-dir wheelhouse
Expand Down Expand Up @@ -60,7 +60,7 @@ jobs:
python-version: '3.13'

- name: Install cibuildwheel
run: python -m pip install cibuildwheel==2.21.2
run: python -m pip install cibuildwheel==2.21.3

- name: Build wheels
run: python -m cibuildwheel --output-dir wheelhouse
Expand Down Expand Up @@ -103,7 +103,7 @@ jobs:
python-version: '3.13'

- name: Install cibuildwheel
run: python -m pip install cibuildwheel==2.21.2
run: python -m pip install cibuildwheel==2.21.3

- name: Build wheels
run: python -m cibuildwheel --output-dir wheelhouse
Expand Down Expand Up @@ -142,7 +142,7 @@ jobs:
python-version: '3.13'

- name: Install cibuildwheel
run: python -m pip install cibuildwheel==2.21.2
run: python -m pip install cibuildwheel==2.21.3

- name: Build wheels
run: python -m cibuildwheel --output-dir wheelhouse
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
python-version: '3.13'

- name: Install cibuildwheel
run: python -m pip install cibuildwheel==2.21.2
run: python -m pip install cibuildwheel==2.21.3

- name: Build wheels
run: python -m cibuildwheel --output-dir wheelhouse
Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:
python-version: '3.13'

- name: Install cibuildwheel
run: python -m pip install cibuildwheel==2.21.2
run: python -m pip install cibuildwheel==2.21.3

- name: Build wheels
run: python -m cibuildwheel --output-dir wheelhouse
Expand Down Expand Up @@ -106,7 +106,7 @@ jobs:
python-version: '3.13'

- name: Install cibuildwheel
run: python -m pip install cibuildwheel==2.21.2
run: python -m pip install cibuildwheel==2.21.3

- name: Build wheels
run: python -m cibuildwheel --output-dir wheelhouse
Expand Down Expand Up @@ -145,7 +145,7 @@ jobs:
python-version: '3.13'

- name: Install cibuildwheel
run: python -m pip install cibuildwheel==2.21.2
run: python -m pip install cibuildwheel==2.21.3

- name: Build wheels
run: python -m cibuildwheel --output-dir wheelhouse
Expand Down

0 comments on commit bb7439e

Please sign in to comment.