Merge pull request #24 from adafruit/dependabot/github_actions/pypa/cibuildwheel-2.23.0
Bump pypa/cibuildwheel from 2.22.0 to 2.23.0
This commit is contained in:
commit
7c26836a68
1 changed files with 1 additions and 1 deletions
2
.github/workflows/wheels.yml
vendored
2
.github/workflows/wheels.yml
vendored
|
|
@ -50,7 +50,7 @@ jobs:
|
||||||
submodules: true
|
submodules: true
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
- uses: pypa/cibuildwheel@v2.22.0
|
- uses: pypa/cibuildwheel@v2.23.0
|
||||||
env:
|
env:
|
||||||
CIBW_ARCHS_LINUX: ${{ matrix.arch_linux }}
|
CIBW_ARCHS_LINUX: ${{ matrix.arch_linux }}
|
||||||
CIBW_BUILD: "cp311-manylinux* cp312-manylinux* cp313-manylinux*"
|
CIBW_BUILD: "cp311-manylinux* cp312-manylinux* cp313-manylinux*"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue