Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 432cc37 + ef6dc9b commit 8aa8130Copy full SHA for 8aa8130
.github/workflows/wheels.yml
@@ -111,7 +111,7 @@ jobs:
111
python-version: "3.x"
112
113
- name: Build wheels
114
- uses: pypa/cibuildwheel@f21bb8376a051ffb6cb5604b28ccaef7b90e8ab7 # v2.14.1
+ uses: pypa/cibuildwheel@39a63b5912f086dd459cf6fcb13dcdd3fe3bc24d # v2.15.0
115
env:
116
CIBW_PRERELEASE_PYTHONS: True
117
CIBW_BUILD: ${{ matrix.python }}-${{ matrix.buildplat[1] }}
tools/ci/cirrus_wheels.yml
@@ -1,6 +1,6 @@
1
build_and_store_wheels: &BUILD_AND_STORE_WHEELS
2
install_cibuildwheel_script:
3
- - python -m pip install cibuildwheel==2.14.0
+ - python -m pip install cibuildwheel==2.15.0
4
cibuildwheel_script:
5
- cibuildwheel
6
wheels_artifacts:
0 commit comments