Skip to content

Commit 3ae0d14

Browse files
Bump pypa/cibuildwheel from 2.22.0 to 2.23.0 in the github_actions group (Qiskit#13949)
Bumps the github_actions group with 1 update: [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel). Updates `pypa/cibuildwheel` from 2.22.0 to 2.23.0 - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](pypa/cibuildwheel@v2.22.0...v2.23.0) --- updated-dependencies: - dependency-name: pypa/cibuildwheel dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github_actions ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 017a3ed commit 3ae0d14

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/wheels-build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ jobs:
117117
env:
118118
PGO_WORK_DIR: ${{ github.workspace }}/pgo-data
119119
PGO_OUT_PATH: ${{ github.workspace }}/merged.profdata
120-
- uses: pypa/cibuildwheel@v2.22.0
120+
- uses: pypa/cibuildwheel@v2.23.0
121121
- uses: actions/upload-artifact@v4
122122
with:
123123
path: ./wheelhouse/*.whl
@@ -136,7 +136,7 @@ jobs:
136136
- uses: docker/setup-qemu-action@v3
137137
with:
138138
platforms: all
139-
- uses: pypa/cibuildwheel@v2.22.0
139+
- uses: pypa/cibuildwheel@v2.23.0
140140
env:
141141
CIBW_ARCHS_LINUX: s390x
142142
CIBW_TEST_SKIP: "cp*"
@@ -159,7 +159,7 @@ jobs:
159159
- uses: docker/setup-qemu-action@v3
160160
with:
161161
platforms: all
162-
- uses: pypa/cibuildwheel@v2.22.0
162+
- uses: pypa/cibuildwheel@v2.23.0
163163
env:
164164
CIBW_ARCHS_LINUX: ppc64le
165165
CIBW_TEST_SKIP: "cp*"

0 commit comments

Comments
 (0)