Skip to content

Commit c459f9a

Browse files
dependabot[bot]maxbachmann
authored andcommitted
Bump pypa/cibuildwheel from 2.18.0 to 2.18.1 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.18.0 to 2.18.1 - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](pypa/cibuildwheel@v2.18.0...v2.18.1) --- 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] <support@github.com>
1 parent e298398 commit c459f9a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/releasebuild.yml

Lines changed: 3 additions & 3 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/cibuildwheel@v2.18.0
85+
uses: pypa/cibuildwheel@v2.18.1
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/cibuildwheel@v2.18.0
125+
uses: pypa/cibuildwheel@v2.18.1
126126
with:
127127
package-dir: rapidfuzz.tar.gz
128128
output-dir: wheelhouse
@@ -181,7 +181,7 @@ jobs:
181181
name: Set up QEMU
182182

183183
- name: Build wheel
184-
uses: pypa/cibuildwheel@v2.18.0
184+
uses: pypa/cibuildwheel@v2.18.1
185185
with:
186186
package-dir: rapidfuzz.tar.gz
187187
output-dir: wheelhouse

0 commit comments

Comments
 (0)