Skip to content

Commit 82e025e

Browse files
Build: Bump pypa/cibuildwheel from 2.23.2 to 2.23.3 (#1953)
1 parent d1c5c3b commit 82e025e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pypi-build-artifacts.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
if: startsWith(matrix.os, 'ubuntu')
6363

6464
- name: Build wheels
65-
uses: pypa/[email protected].2
65+
uses: pypa/[email protected].3
6666
with:
6767
output-dir: wheelhouse
6868
config-file: "pyproject.toml"

.github/workflows/svn-build-artifacts.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
if: startsWith(matrix.os, 'ubuntu')
5858

5959
- name: Build wheels
60-
uses: pypa/[email protected].2
60+
uses: pypa/[email protected].3
6161
with:
6262
output-dir: wheelhouse
6363
config-file: "pyproject.toml"

0 commit comments

Comments
 (0)