File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -12,21 +12,21 @@ jobs:
12
12
13
13
steps :
14
14
- name : Checkout source
15
- uses : actions/checkout@v2
15
+ uses : actions/checkout@v3
16
16
with :
17
17
submodules : true
18
18
19
19
- name : Setup Python
20
- uses : actions/setup-python@v2
20
+ uses : actions/setup-python@v4
21
21
with :
22
22
python-version : " 3.10"
23
23
24
24
- name : Setup QEMU
25
25
if : ${{ runner.os == 'Linux' }}
26
- uses : docker/setup-qemu-action@v1
26
+ uses : docker/setup-qemu-action@v2
27
27
28
28
- name : Build wheels
29
- uses : pypa/cibuildwheel@v2.11.2
29
+ uses : pypa/cibuildwheel@v2.11.4
30
30
env :
31
31
CIBW_BUILD : " cp3*-*"
32
32
CIBW_SKIP : " *-musllinux_*"
37
37
CIBW_BEFORE_ALL_LINUX : yum install -y libusb1-devel libudev-devel
38
38
39
39
- name : Store artifacts
40
- uses : actions/upload-artifact@v2
40
+ uses : actions/upload-artifact@v3
41
41
with :
42
42
path : wheelhouse/*.whl
You can’t perform that action at this time.
0 commit comments