Skip to content

Commit 8dd7b88

Browse files
Bump pypa/cibuildwheel from 2.23.1 to 2.23.2 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.1 to 2.23.2 - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](pypa/cibuildwheel@v2.23.1...v2.23.2) --- updated-dependencies: - dependency-name: pypa/cibuildwheel dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 64be9b7 commit 8dd7b88

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
@@ -82,7 +82,7 @@ jobs:
8282
- uses: actions/setup-python@v5
8383

8484
- name: Build wheels
85-
uses: pypa/[email protected].1
85+
uses: pypa/[email protected].2
8686
with:
8787
package-dir: rapidfuzz.tar.gz
8888
output-dir: wheelhouse
@@ -122,7 +122,7 @@ jobs:
122122
run: cp dist/*.tar.gz rapidfuzz.tar.gz
123123

124124
- name: Build wheels
125-
uses: pypa/[email protected].1
125+
uses: pypa/[email protected].2
126126
with:
127127
package-dir: rapidfuzz.tar.gz
128128
output-dir: wheelhouse
@@ -186,7 +186,7 @@ jobs:
186186
image: tonistiigi/binfmt:qemu-v8.1.5
187187

188188
- name: Build wheel
189-
uses: pypa/[email protected].1
189+
uses: pypa/[email protected].2
190190
with:
191191
package-dir: rapidfuzz.tar.gz
192192
output-dir: wheelhouse
@@ -221,7 +221,7 @@ jobs:
221221
run: cp dist/*.tar.gz rapidfuzz.tar.gz
222222

223223
- name: Build wheel
224-
uses: pypa/[email protected].1
224+
uses: pypa/[email protected].2
225225
with:
226226
package-dir: rapidfuzz.tar.gz
227227
output-dir: wheelhouse

0 commit comments

Comments
 (0)