Skip to content

Commit d4fc6b0

Browse files
Bump pypa/cibuildwheel from 3.3.0 to 3.3.1 (westpa#554)
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 3.3.0 to 3.3.1. - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](pypa/cibuildwheel@v3.3.0...v3.3.1) --- updated-dependencies: - dependency-name: pypa/cibuildwheel dependency-version: 3.3.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 201e146 commit d4fc6b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
run: "brew install hdf5"
3838

3939
- name: Build wheels
40-
uses: pypa/cibuildwheel@v3.3.0
40+
uses: pypa/cibuildwheel@v3.3.1
4141
if: ${{ matrix.python-version != '14' }}
4242
env:
4343
CIBW_SKIP: "pp* *-musllinux* cp31?t-*"
@@ -64,7 +64,7 @@ jobs:
6464
config-file: "{package}/pyproject.toml"
6565

6666
- name: Build wheels (Python 3.14)
67-
uses: pypa/cibuildwheel@v3.3.0
67+
uses: pypa/cibuildwheel@v3.3.1
6868
if: ${{ matrix.python-version == '14' }}
6969
env:
7070
CIBW_SKIP: "pp* *-musllinux* cp31?t-*"

0 commit comments

Comments
 (0)