Skip to content

Commit

Permalink
Revert "Try bumping cibuildwheel"
Browse files Browse the repository at this point in the history
This reverts commit 3b4d4db.
  • Loading branch information
mroeschke committed Apr 17, 2024
1 parent 3b4d4db commit 2fc02f1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
python -m pip install delvewheel cython
- name: Build wheels
uses: pypa/cibuildwheel@v2.16.5
uses: joerick/cibuildwheel@v2.16.2

- uses: actions/upload-artifact@v3
with:
Expand Down Expand Up @@ -107,7 +107,7 @@ jobs:
python -m pip install delvewheel cython
- name: Build wheels
uses: pypa/cibuildwheel@v2.16.5
uses: joerick/cibuildwheel@v2.16.2

- uses: actions/upload-artifact@v3
with:
Expand Down Expand Up @@ -162,7 +162,7 @@ jobs:
python -m pip install delvewheel cython
- name: Build wheels
uses: pypa/cibuildwheel@v2.16.5
uses: joerick/cibuildwheel@v2.16.2

- uses: actions/upload-artifact@v3
with:
Expand Down Expand Up @@ -217,7 +217,7 @@ jobs:
python -m pip install delvewheel cython
- name: Build wheels
uses: pypa/cibuildwheel@v2.16.5
uses: joerick/cibuildwheel@v2.16.2

- uses: actions/upload-artifact@v3
with:
Expand Down Expand Up @@ -251,7 +251,7 @@ jobs:
python-version: "3.11"

- name: Build wheels
uses: pypa/cibuildwheel@v2.16.5
uses: joerick/cibuildwheel@v2.16.2

- uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 2fc02f1

Please sign in to comment.