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.
1 parent b206ba9 commit db915f9Copy full SHA for db915f9
.github/workflows/github-deploy.yml
@@ -27,7 +27,7 @@ jobs:
27
run: python -m pip install cibuildwheel==2.19.1
28
29
- name: Build wheels
30
- run: python -m cbuildwheel --output-dir wheelhouse
+ run: python -m cibuildwheel --output-dir wheelhouse
31
32
- uses: actions/upload-artifact@v4
33
with:
0 commit comments