Skip to content

Commit e7dc0db

Browse files
dependabot[bot]movermeyer
authored andcommitted
Bump pypa/cibuildwheel from 2.20.0 to 2.21.3
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.20.0 to 2.21.3. - [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.3) --- updated-dependencies: - dependency-name: pypa/cibuildwheel dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 99c9483 commit e7dc0db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ jobs:
119119
platforms: all
120120

121121
- name: Build wheels
122-
uses: pypa/cibuildwheel@v2.20.0
122+
uses: pypa/cibuildwheel@v2.21.3
123123

124124
- uses: actions/upload-artifact@v4
125125
with:
@@ -150,7 +150,7 @@ jobs:
150150
run: (Get-Content -path "pyproject.toml") | % { $_ -Replace '^version = ".*?"$', "version = `"$env:version_to_use`"" } | Out-File "pyproject.toml"
151151

152152
- name: Build wheels
153-
uses: pypa/cibuildwheel@v2.20.0
153+
uses: pypa/cibuildwheel@v2.21.3
154154

155155
- uses: actions/upload-artifact@v4
156156
with:

0 commit comments

Comments
 (0)