We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76e7f0a commit 263a05fCopy full SHA for 263a05f
.github/workflows/wheels.yml
@@ -31,7 +31,7 @@ jobs:
31
python setup.py sdist
32
33
- name: Build wheels
34
- uses: pypa/cibuildwheel@v2.15.0
+ uses: pypa/cibuildwheel@v2.17.0
35
env:
36
CIBW_SKIP: 'cp36-* pp* *-musllinux* *linux_i686'
37
CIBW_ENVIRONMENT: >
0 commit comments