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 ec82ef2 + e293f5e commit 52501a8Copy full SHA for 52501a8
.github/workflows/deploy.yaml
@@ -20,7 +20,7 @@ jobs:
20
- uses: actions/setup-python@v3
21
22
- name: Install cibuildwheel
23
- run: python -m pip install cibuildwheel==2.16.5
+ run: python -m pip install cibuildwheel
24
25
- name: Build wheels
26
run: python -m cibuildwheel --output-dir wheelhouse
0 commit comments