Bump pypa/cibuildwheel from 2.17.0 to 2.18.0 (#872)

This commit is contained in:
dependabot[bot] 2024-05-13 19:50:28 +09:00 committed by GitHub
parent 6e2d5d4fde
commit adcd5b1a13
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ jobs:
platforms: arm64
- name: Build wheels
uses: pypa/cibuildwheel@v2.17.0
uses: pypa/cibuildwheel@v2.18.0
env:
CIBW_SKIP: cp36-* cp37-* cp38-* cp39-* cp310-* pp* *musllinux*
CIBW_BEFORE_ALL_LINUX: apt-get install -y gcc || yum install -y gcc || apk add gcc