17
17
with :
18
18
submodules : recursive
19
19
- name : Set up Python 3.8
20
- uses : actions/setup-python@v2.2.1
20
+ uses : actions/setup-python@v5
21
21
with :
22
22
python-version : 3.8
23
23
- name : Install tox
37
37
with :
38
38
submodules : recursive
39
39
- name : Set up Python 3.8
40
- uses : actions/setup-python@v2.2.1
40
+ uses : actions/setup-python@v5
41
41
with :
42
42
python-version : 3.8
43
43
- name : Install isal
59
59
- " 3.10"
60
60
- " 3.11"
61
61
- " 3.12"
62
- - " 3.13-dev "
62
+ - " 3.13"
63
63
- " pypy-3.9"
64
64
- " pypy-3.10"
65
65
os : ["ubuntu-latest"]
75
75
with :
76
76
submodules : recursive
77
77
- name : Set up Python ${{ matrix.python-version }}
78
- uses : actions/setup-python@v2.2.1
78
+ uses : actions/setup-python@v5
79
79
with :
80
80
python-version : ${{ matrix.python-version }}
81
81
- name : Install tox and upgrade setuptools
@@ -89,10 +89,10 @@ jobs:
89
89
run : brew install nasm
90
90
if : runner.os == 'macOS'
91
91
- name : Set MSVC developer prompt
92
- uses : ilammy/msvc-dev-cmd@v1.6.0
92
+ uses : ilammy/msvc-dev-cmd@v1
93
93
if : runner.os == 'Windows'
94
94
- name : Install nasm (Windows)
95
- uses : ilammy/setup-nasm@v1.2.0
95
+ uses : ilammy/setup-nasm@v1
96
96
if : runner.os == 'Windows'
97
97
- name : Run tests
98
98
run : tox
@@ -110,7 +110,7 @@ jobs:
110
110
- uses : actions/checkout@v4
111
111
with :
112
112
submodules : recursive
113
- - uses : uraimo/run-on-arch-action@v2.5.0
113
+ - uses : uraimo/run-on-arch-action@v3
114
114
name : Build & run test
115
115
with :
116
116
arch : none
@@ -151,7 +151,7 @@ jobs:
151
151
- name : Install requirements (universal)
152
152
run : conda install isa-l ${{ matrix.python_version}} tox
153
153
- name : Set MSVC developer prompt
154
- uses : ilammy/msvc-dev-cmd@v1.6.0
154
+ uses : ilammy/msvc-dev-cmd@v1
155
155
if : runner.os == 'Windows'
156
156
- name : Run tests (dynamic link)
157
157
run : tox
@@ -194,22 +194,22 @@ jobs:
194
194
with :
195
195
submodules : recursive
196
196
fetch-depth : 0 # Fetch everything to get accurately versioned tag.
197
- - uses : actions/setup-python@v2
197
+ - uses : actions/setup-python@v5
198
198
name : Install Python
199
199
- name : Install cibuildwheel twine wheel
200
200
run : python -m pip install cibuildwheel twine wheel
201
201
- name : Install build dependencies (Macos)
202
202
run : brew install nasm
203
203
if : runner.os == 'macOS'
204
204
- name : Set MSVC developer prompt
205
- uses : ilammy/msvc-dev-cmd@v1.6.0
205
+ uses : ilammy/msvc-dev-cmd@v1
206
206
if : runner.os == 'Windows'
207
207
- name : Install nasm (Windows)
208
- uses : ilammy/setup-nasm@v1.2.0
208
+ uses : ilammy/setup-nasm@v1
209
209
if : runner.os == 'Windows'
210
210
- name : Set up QEMU
211
211
if : ${{runner.os == 'Linux' && matrix.cibw_archs_linux == 'aarch64'}}
212
- uses : docker/setup-qemu-action@v1.0.1
212
+ uses : docker/setup-qemu-action@v3
213
213
with :
214
214
platforms : arm64
215
215
- name : Build wheels
0 commit comments