Skip to content

Commit 0176323

Browse files
committed
workflows: build-wheels.yml: update cibuildwheel and other action versions
Also change Python version used for building wheels to 3.9.
1 parent 5d6f0db commit 0176323

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/build-wheels.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -35,23 +35,23 @@ jobs:
3535
- windows-latest
3636

3737
steps:
38-
- uses: actions/checkout@v2
38+
- uses: actions/checkout@v3
3939
with:
4040
submodules: 'recursive'
4141

4242
- name: Set up QEMU
4343
if: runner.os == 'Linux'
44-
uses: docker/setup-qemu-action@v1
44+
uses: docker/setup-qemu-action@v2
4545
with:
4646
platforms: arm64
4747

48-
- uses: actions/setup-python@v2
48+
- uses: actions/setup-python@v4
4949
name: Install Python
5050
with:
51-
python-version: '3.7'
51+
python-version: '3.9'
5252

5353
- name: Build wheels
54-
uses: pypa/cibuildwheel@v2.2.2
54+
uses: pypa/cibuildwheel@v2.11.3
5555

5656
- uses: actions/upload-artifact@v2
5757
with:

0 commit comments

Comments
 (0)