Skip to content

Commit 10e80c1

Browse files
committed
Specify python version
1 parent f5eb745 commit 10e80c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
cache-dependency-glob: |
3737
**/pyproject.toml
3838
**/setup.py
39-
- run: uvx cibuildwheel
39+
- run: uvx -p 3.12 cibuildwheel
4040
- uses: actions/upload-artifact@v4
4141
with:
4242
name: dist-${{ matrix.runs-on }}-${{ strategy.job-index }}

0 commit comments

Comments
 (0)