Skip to content

Commit 8606fb5

Browse files
dependabot[bot]mr-c
authored andcommitted
Bump pypa/cibuildwheel from 3.0.0 to 3.0.1
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 3.0.0 to 3.0.1. - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](pypa/cibuildwheel@v3.0.0...v3.0.1) --- updated-dependencies: - dependency-name: pypa/cibuildwheel dependency-version: 3.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5232c2a commit 8606fb5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/wheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
# platforms: all
4444

4545
- name: Build wheels
46-
uses: pypa/[email protected].0
46+
uses: pypa/[email protected].1
4747
env:
4848
CIBW_BUILD: ${{ matrix.build }}
4949
CIBW_MANYLINUX_X86_64_IMAGE: quay.io/pypa/${{ matrix.image }}
@@ -103,7 +103,7 @@ jobs:
103103
ref: ${{ github.event.client_payload.ref }}
104104

105105
- name: Build wheels
106-
uses: pypa/[email protected].0
106+
uses: pypa/[email protected].1
107107

108108
- uses: actions/upload-artifact@v4
109109
with:

0 commit comments

Comments
 (0)