Skip to content

Commit 0c8659c

Browse files
chore(deps): bump pypa/cibuildwheel from 2.10.0 to 2.10.1 (#796)
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.10.0 to 2.10.1. - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](pypa/cibuildwheel@v2.10.0...v2.10.1) --- updated-dependencies: - dependency-name: pypa/cibuildwheel dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9927fec commit 0c8659c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104
submodules: true
105105
fetch-depth: 0
106106

107-
- uses: pypa/[email protected].0
107+
- uses: pypa/[email protected].1
108108
env:
109109
CIBW_BUILD: cp38-win_amd64 cp310-manylinux_i686 cp37-macosx_x86_64
110110
CIBW_BUILD_VERBOSITY: 1

.github/workflows/wheels.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
with:
7676
platforms: all
7777

78-
- uses: pypa/[email protected].0
78+
- uses: pypa/[email protected].1
7979
env:
8080
CIBW_BUILD: cp${{ matrix.python }}-manylinux_*
8181
CIBW_ARCHS: ${{ matrix.arch }}
@@ -131,7 +131,7 @@ jobs:
131131
shell: bash
132132
run: echo "SETUPTOOLS_SCM_PRETEND_VERSION=${{ github.event.inputs.overrideVersion }}" >> $GITHUB_ENV
133133

134-
- uses: pypa/[email protected].0
134+
- uses: pypa/[email protected].1
135135
env:
136136
CIBW_BUILD: ${{ matrix.build }}
137137
CIBW_MANYLINUX_I686_IMAGE: ${{ matrix.CIBW_MANYLINUX_I686_IMAGE }}

0 commit comments

Comments
 (0)