Skip to content

Commit 06cb2d6

Browse files
Bump pypa/cibuildwheel from 2.23.3 to 3.0.0 in the github-actions group
Bumps the github-actions group with 1 update: [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel). Updates `pypa/cibuildwheel` from 2.23.3 to 3.0.0 - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](pypa/cibuildwheel@v2.23.3...v3.0.0) --- updated-dependencies: - dependency-name: pypa/cibuildwheel dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c97b61f commit 06cb2d6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/releasebuild.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
- uses: actions/setup-python@v5
7979

8080
- name: Build wheels
81-
uses: pypa/cibuildwheel@v2.23.3
81+
uses: pypa/cibuildwheel@v3.1.1
8282
with:
8383
package-dir: rapidfuzz.tar.gz
8484
output-dir: wheelhouse
@@ -114,7 +114,7 @@ jobs:
114114
run: cp dist/*.tar.gz rapidfuzz.tar.gz
115115

116116
- name: Build wheels
117-
uses: pypa/cibuildwheel@v2.23.3
117+
uses: pypa/cibuildwheel@v3.1.1
118118
with:
119119
package-dir: rapidfuzz.tar.gz
120120
output-dir: wheelhouse
@@ -174,7 +174,7 @@ jobs:
174174
image: tonistiigi/binfmt:qemu-v8.1.5
175175

176176
- name: Build wheel
177-
uses: pypa/cibuildwheel@v2.23.3
177+
uses: pypa/cibuildwheel@v3.1.1
178178
with:
179179
package-dir: rapidfuzz.tar.gz
180180
output-dir: wheelhouse
@@ -207,7 +207,7 @@ jobs:
207207
run: cp dist/*.tar.gz rapidfuzz.tar.gz
208208

209209
- name: Build wheel
210-
uses: pypa/cibuildwheel@v2.23.3
210+
uses: pypa/cibuildwheel@v3.1.1
211211
with:
212212
package-dir: rapidfuzz.tar.gz
213213
output-dir: wheelhouse

0 commit comments

Comments
 (0)