Skip to content

Commit d93ecb3

Browse files
authored
Update wheel build
1 parent 6a36a26 commit d93ecb3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build_wheels_weekly.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,18 +18,18 @@ jobs:
1818

1919
steps:
2020
- uses: actions/checkout@v1
21-
- name: Set up Python 3.8
21+
- name: Set up Python 3.10
2222
uses: actions/setup-python@v1
2323
with:
24-
python-version: 3.8
24+
python-version: "3.10"
2525

2626
- name: Install dependencies
2727
run: |
2828
python -m pip install --upgrade pip
2929
3030
- name: Install cibuildwheel
3131
run: |
32-
python -m pip install cibuildwheel==2.2.2
32+
python -m pip install cibuildwheel==2.14.1
3333
3434
- name: Set up QEMU
3535
if: runner.os == 'Linux'

0 commit comments

Comments
 (0)