Skip to content

Commit c1a3443

Browse files
Bump pypa/cibuildwheel from 2.20.0 to 2.21.1
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.20.0 to 2.21.1. - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](pypa/cibuildwheel@v2.20.0...v2.21.1) --- updated-dependencies: - dependency-name: pypa/cibuildwheel dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c516d0d commit c1a3443

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Build sdist
2020
run: pipx run build --sdist
2121
- name: Build wheels
22-
uses: pypa/cibuildwheel@v2.20.0
22+
uses: pypa/cibuildwheel@v2.21.1
2323
- name: Prepare for artifact upload
2424
run: |
2525
mkdir out

0 commit comments

Comments
 (0)