Skip to content

Commit 6282594

Browse files
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] <support@github.com>
1 parent cba8b9e commit 6282594

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/wheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
cache-key: ${{ matrix.os }}
7070

7171
- name: Build wheels
72-
uses: pypa/cibuildwheel@v3.2.1
72+
uses: pypa/cibuildwheel@v3.3.0
7373

7474
- name: Upload Wheels
7575
uses: actions/upload-artifact@v5
@@ -93,7 +93,7 @@ jobs:
9393
fetch-depth: 0
9494

9595
- name: Build wheels
96-
uses: pypa/cibuildwheel@v3.2.1
96+
uses: pypa/cibuildwheel@v3.3.0
9797

9898
- name: Upload Wheels
9999
uses: actions/upload-artifact@v5

0 commit comments

Comments
 (0)