We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c486556 commit 4d480ebCopy full SHA for 4d480eb
.github/workflows/python-wheel-build.yml
@@ -50,7 +50,7 @@ jobs:
50
- uses: actions/setup-python@v3
51
52
- name: Install cibuildwheel
53
- run: python -m pip install cibuildwheel==2.16.2
+ run: python -m pip install cibuildwheel
54
55
- name: Build wheels
56
run: python -m cibuildwheel --output-dir wheelhouse
0 commit comments