Skip to content

Commit

Permalink
[dependabot] Bump pypa/cibuildwheel from 2.21.1 to 2.21.2
Browse files Browse the repository at this point in the history
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.21.1 to 2.21.2.
- [Release notes](https://github.com/pypa/cibuildwheel/releases)
- [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md)
- [Commits](pypa/cibuildwheel@v2.21.1...v2.21.2)

---
updated-dependencies:
- dependency-name: pypa/cibuildwheel
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and MikeSWang committed Oct 3, 2024
1 parent f7b80bf commit 38ca2f9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ jobs:
run: cp deploy/pkg/pyproject/.pyproject.toml pyproject.toml

- name: Build built distribution
uses: pypa/cibuildwheel@v2.21.1
uses: pypa/cibuildwheel@v2.21.2
with:
package-dir: .
output-dir: dist/
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cd_cuda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
run: cp deploy/pkg/pyproject/.pyproject_cuda.toml pyproject.toml

- name: Build built distribution
uses: pypa/cibuildwheel@v2.21.1
uses: pypa/cibuildwheel@v2.21.2
with:
package-dir: .
output-dir: dist/
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cd_cuda_xp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:
run: cp deploy/pkg/pyproject/.pyproject_cuda.toml pyproject.toml

- name: Build built distribution
uses: pypa/cibuildwheel@v2.21.1
uses: pypa/cibuildwheel@v2.21.2
with:
package-dir: .
output-dir: dist/
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cd_xp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ jobs:
run: cp deploy/pkg/pyproject/.pyproject.toml pyproject.toml

- name: Build built distribution
uses: pypa/cibuildwheel@v2.21.1
uses: pypa/cibuildwheel@v2.21.2
with:
package-dir: .
output-dir: dist/
Expand Down

0 comments on commit 38ca2f9

Please sign in to comment.