Skip to content

Commit 885f995

Browse files
committed
fix py version
1 parent 10bfb25 commit 885f995

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build_wheel_on_windows.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
- name: Set up Python (for cibuildwheel controller)
7878
uses: actions/setup-python@v6
7979
with:
80-
python-version: '3.10'
80+
python-version: '3.11'
8181

8282
- name: Install cibuildwheel
8383
run: |
@@ -103,8 +103,8 @@ jobs:
103103
- name: Install and test wheel
104104
shell: powershell
105105
run: |
106-
# cp10
107-
$wheels = Get-ChildItem wheelhouse/*.whl | Select-Object -First 1
106+
# cp11
107+
$wheels = Get-ChildItem wheelhouse/*.whl | Select-Object -First 2
108108
$wheelPath = $wheels.FullName
109109
110110
python -m venv test_env

0 commit comments

Comments
 (0)