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 f5eb745 commit 10e80c1Copy full SHA for 10e80c1
.github/workflows/build.yml
@@ -36,7 +36,7 @@ jobs:
36
cache-dependency-glob: |
37
**/pyproject.toml
38
**/setup.py
39
- - run: uvx cibuildwheel
+ - run: uvx -p 3.12 cibuildwheel
40
- uses: actions/upload-artifact@v4
41
with:
42
name: dist-${{ matrix.runs-on }}-${{ strategy.job-index }}
0 commit comments