Skip to content

Commit 9e627e4

Browse files
Bump pypa/cibuildwheel from 3.3.0 to 3.3.1
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>
1 parent 5b60a4f commit 9e627e4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
echo "CIBW_ENABLE=$CIBW_ENABLE cpython-prerelease" >> "$GITHUB_ENV"
5959
6060
- name: Build wheels
61-
uses: pypa/cibuildwheel@v3.3.0
61+
uses: pypa/cibuildwheel@v3.3.1
6262
env:
6363
CIBW_ARCHS: "${{ matrix.archs }}"
6464
CIBW_BUILD: "${{ matrix.build && '*-' || ''}}${{ matrix.build }}*"

0 commit comments

Comments
 (0)