Skip to content

Commit

Permalink
Bump cibuildwheel to 2.21.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jameseh96 committed Sep 26, 2024
1 parent a908f05 commit dbe9f9f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pypi-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
with:
submodules: recursive
- name: build wheels
uses: pypa/cibuildwheel@v2.12.1
uses: pypa/cibuildwheel@v2.21.1
- uses: actions/upload-artifact@v2
with:
name: manylinux-3_X
Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:
- name: Add conancenter remote
run: conan remote add -f conancenter https://center.conan.io
- name: build wheels
uses: pypa/cibuildwheel@v2.12.1
uses: pypa/cibuildwheel@v2.21.1
- uses: actions/upload-artifact@v2
with:
name: mac-3_X
Expand Down Expand Up @@ -104,7 +104,7 @@ jobs:
- name: Add conancenter remote
run: conan remote add -f conancenter https://center.conan.io
- name: build wheels
uses: pypa/cibuildwheel@v2.12.1
uses: pypa/cibuildwheel@v2.21.1
- uses: actions/upload-artifact@v2
with:
name: mac-3_X-arm
Expand Down

0 comments on commit dbe9f9f

Please sign in to comment.