Skip to content

Commit 8d062fb

Browse files
build(deps): bump pypa/cibuildwheel in the github-actions group
Bumps the github-actions group with 1 update: [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel). Updates `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 dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 78a18fe commit 8d062fb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/wheel.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
python-version: '${{ env.PYVER }}'
4444

4545
- name: build wheels
46-
uses: pypa/cibuildwheel@v3.3.0
46+
uses: pypa/cibuildwheel@v3.3.1
4747
env:
4848
CIBW_BUILD: "*manylinux*"
4949
CIBW_ARCHS: auto64
@@ -80,7 +80,7 @@ jobs:
8080
python-version: '${{ env.PYVER }}'
8181

8282
- name: build wheels
83-
uses: pypa/cibuildwheel@v3.3.0
83+
uses: pypa/cibuildwheel@v3.3.1
8484
env:
8585
CIBW_BUILD: "*musllinux*"
8686
CIBW_ARCHS: auto64
@@ -126,7 +126,7 @@ jobs:
126126
python-version: '${{ env.PYVER }}'
127127

128128
- name: build wheels
129-
uses: pypa/cibuildwheel@v3.3.0
129+
uses: pypa/cibuildwheel@v3.3.1
130130
env:
131131
CIBW_BUILD: "*macosx*"
132132
CIBW_ARCHS: auto64
@@ -164,7 +164,7 @@ jobs:
164164
python-version: '${{ env.PYVER }}'
165165

166166
- name: build wheels
167-
uses: pypa/cibuildwheel@v3.3.0
167+
uses: pypa/cibuildwheel@v3.3.1
168168
env:
169169
CIBW_BUILD: "*macosx*"
170170
CIBW_ARCHS: arm64

0 commit comments

Comments
 (0)