Skip to content

Commit 6fffc35

Browse files
committed
mod
1 parent d22520f commit 6fffc35

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/cibuildwheel.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ jobs:
198198
- uses: actions/setup-python@v5
199199
name: Install Python
200200
with:
201-
python-version: 3.9
201+
python-version: '3.10'
202202
- name: Set up QEMU
203203
if: runner.os == 'Linux'
204204
uses: docker/setup-qemu-action@v1
@@ -227,10 +227,10 @@ jobs:
227227
- uses: actions/checkout@v2
228228
with:
229229
submodules: recursive
230-
- uses: actions/setup-python@v2
230+
- uses: actions/setup-python@v5
231231
name: Install Python
232232
with:
233-
python-version: 3.10
233+
python-version: '3.10'
234234
- name: Build sdist
235235
run: python setup.py sdist
236236
- uses: actions/upload-artifact@v2

0 commit comments

Comments
 (0)