Skip to content

Commit 5a1a68a

Browse files
Merge pull request #221 from FloatingArrayDesign/dependabot/github_actions/dev/pypa/cibuildwheel-2.19.1
Bump pypa/cibuildwheel from 2.18.1 to 2.19.1
2 parents 0cfd542 + 6e54157 commit 5a1a68a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/python-wheels-manylinux-arch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
platforms: all
5454

5555
- name: Build wheels
56-
uses: pypa/cibuildwheel@v2.18.1
56+
uses: pypa/cibuildwheel@v2.19.1
5757
with:
5858
output-dir: dist
5959
env:

.github/workflows/python-wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
if: runner.os == 'Linux'
8282

8383
- name: Build wheels
84-
uses: pypa/cibuildwheel@v2.18.1
84+
uses: pypa/cibuildwheel@v2.19.1
8585
with:
8686
output-dir: dist
8787
env:

0 commit comments

Comments
 (0)