Skip to content

Commit

Permalink
Update cibuildwheel to 2.19.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rathaROG committed Jun 17, 2024
1 parent 9d28676 commit 4c58d44
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/prepublish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Install cibuildwheel
run: |
python -m pip install --upgrade pip
python -m pip install cibuildwheel==2.17.0
python -m pip install cibuildwheel==2.19.1
- name: Build wheels
run: |
python -m cibuildwheel --output-dir wheelhouse
Expand All @@ -36,7 +36,7 @@ jobs:
- name: Install cibuildwheel
run: |
python -m pip install --upgrade pip
python -m pip install cibuildwheel==2.17.0
python -m pip install cibuildwheel==2.19.1
- name: Build wheels
run: |
python -m cibuildwheel --output-dir wheelhouse
Expand All @@ -59,7 +59,7 @@ jobs:
- name: Install cibuildwheel
run: |
python -m pip install --upgrade pip
python -m pip install cibuildwheel==2.17.0
python -m pip install cibuildwheel==2.19.1
- name: Build wheels
run: |
python -m cibuildwheel --output-dir wheelhouse
Expand All @@ -82,7 +82,7 @@ jobs:
- name: Install cibuildwheel
run: |
python -m pip install --upgrade pip
python -m pip install cibuildwheel==2.17.0
python -m pip install cibuildwheel==2.19.1
- name: Build wheels
run: |
python -m cibuildwheel --output-dir wheelhouse
Expand All @@ -106,7 +106,7 @@ jobs:
with:
platforms: arm64
- name: Build wheels
uses: pypa/cibuildwheel@v2.17.0
uses: pypa/cibuildwheel@v2.19.1
env:
CIBW_BUILD: "cp37-* cp38-* cp39-* cp310-* cp311-* cp312-*"
CIBW_ARCHS_LINUX: "aarch64"
Expand Down

0 comments on commit 4c58d44

Please sign in to comment.