Skip to content

Commit b0d58c5

Browse files
chore(deps): bump pypa/cibuildwheel from 2.8.0 to 2.8.1 (#260)
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.8.0 to 2.8.1. - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](pypa/cibuildwheel@v2.8.0...v2.8.1) --- updated-dependencies: - dependency-name: pypa/cibuildwheel dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 677da86 commit b0d58c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104
if: matrix.use_qemu && fromJSON(env.USE_QEMU)
105105

106106
- name: Build wheels
107-
uses: pypa/[email protected].0
107+
uses: pypa/[email protected].1
108108
if: (!matrix.use_qemu) || fromJSON(env.USE_QEMU)
109109
env:
110110
CIBW_ARCHS: "${{ matrix.arch }}"
@@ -132,7 +132,7 @@ jobs:
132132
fetch-depth: 0 # required for versioneer to find tags
133133

134134
- name: Build wheels
135-
uses: pypa/[email protected].0
135+
uses: pypa/[email protected].1
136136
env:
137137
CIBW_ARCHS: "${{ matrix.arch }}"
138138
CIBW_BUILD: "cp39-manylinux_*"

0 commit comments

Comments
 (0)