Skip to content

Commit b8ac767

Browse files
Build: Bump pypa/cibuildwheel from 3.2.1 to 3.3.0
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 3.2.1 to 3.3.0. - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](pypa/cibuildwheel@v3.2.1...v3.3.0) --- updated-dependencies: - dependency-name: pypa/cibuildwheel dependency-version: 3.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ea8ade2 commit b8ac767

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
if: startsWith(matrix.os, 'ubuntu')
6262

6363
- name: Build wheels
64-
uses: pypa/cibuildwheel@v3.2.1
64+
uses: pypa/cibuildwheel@v3.3.0
6565
with:
6666
output-dir: wheelhouse
6767
config-file: "pyproject.toml"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
if: startsWith(matrix.os, 'ubuntu')
5757

5858
- name: Build wheels
59-
uses: pypa/cibuildwheel@v3.2.1
59+
uses: pypa/cibuildwheel@v3.3.0
6060
with:
6161
output-dir: wheelhouse
6262
config-file: "pyproject.toml"

0 commit comments

Comments
 (0)