26
26
- uses : actions/checkout@v4
27
27
with :
28
28
fetch-depth : 0
29
- - uses : actions/setup-python@v4
29
+ - uses : actions/setup-python@v5
30
30
name : Install Python
31
31
with :
32
32
python-version : " 3.9"
42
42
CIBW_SKIP : " *-musllinux_*"
43
43
CIBW_MANYLINUX_X86_64_IMAGE : ${{ matrix.cibw_manylinux }}
44
44
CIBW_MANYLINUX_I686_IMAGE : " manylinux2010"
45
- - uses : actions/upload-artifact@v3
45
+ - uses : actions/upload-artifact@v4
46
46
with :
47
47
name : wheels
48
48
path : ./dist/*.whl
@@ -57,10 +57,10 @@ jobs:
57
57
cibw_python : ["cp39-*", "cp310-*", "cp311-*", "cp312-*"]
58
58
cibw_manylinux : [manylinux2014]
59
59
steps :
60
- - uses : actions/checkout@v3
60
+ - uses : actions/checkout@v4
61
61
with :
62
62
fetch-depth : 0
63
- - uses : actions/setup-python@v4
63
+ - uses : actions/setup-python@v5
64
64
name : Install Python
65
65
with :
66
66
python-version : " 3.9"
79
79
CIBW_ARCHS_LINUX : aarch64
80
80
CIBW_SKIP : " *-musllinux_*"
81
81
CIBW_MANYLINUX_X86_64_IMAGE : ${{ matrix.cibw_manylinux }}
82
- - uses : actions/upload-artifact@v3
82
+ - uses : actions/upload-artifact@v4
83
83
with :
84
84
name : wheels
85
85
path : ./dist/*.whl
98
98
with :
99
99
fetch-depth : 0
100
100
101
- - uses : actions/setup-python@v4
101
+ - uses : actions/setup-python@v5
102
102
name : Install Python
103
103
with :
104
104
python-version : " 3.9"
@@ -126,7 +126,7 @@ jobs:
126
126
CIBW_BUILD : ${{ matrix.cibw_python }}
127
127
CIBW_ARCHS_MACOS : ${{ matrix.cibw_arch }}
128
128
129
- - uses : actions/upload-artifact@v3
129
+ - uses : actions/upload-artifact@v4
130
130
with :
131
131
name : wheels
132
132
path : ./dist/*.whl
@@ -145,7 +145,7 @@ jobs:
145
145
with :
146
146
fetch-depth : 0
147
147
148
- - uses : actions/setup-python@v4
148
+ - uses : actions/setup-python@v5
149
149
name : Install Python
150
150
with :
151
151
python-version : " 3.9"
@@ -173,7 +173,7 @@ jobs:
173
173
CIBW_BUILD : ${{ matrix.cibw_python }}
174
174
CIBW_ARCHS_WINDOWS : ${{ matrix.cibw_arch }}
175
175
176
- - uses : actions/upload-artifact@v3
176
+ - uses : actions/upload-artifact@v4
177
177
with :
178
178
name : wheels
179
179
path : ./dist/*.whl
@@ -194,7 +194,7 @@ jobs:
194
194
with :
195
195
fetch-depth : 0
196
196
197
- - uses : actions/setup-python@v4
197
+ - uses : actions/setup-python@v5
198
198
name : Install Python
199
199
with :
200
200
python-version : " 3.9"
@@ -204,7 +204,7 @@ jobs:
204
204
python -m pip install --upgrade pip
205
205
pip install twine
206
206
pip install cython numpy build
207
- - uses : actions/download-artifact@v3
207
+ - uses : actions/download-artifact@v4
208
208
id : download
209
209
with :
210
210
name : wheels
@@ -224,7 +224,7 @@ jobs:
224
224
TWINE_PASSWORD : ${{ secrets.TWINE_TOKEN }}
225
225
226
226
- name : Github release
227
- uses : softprops/action-gh-release@v1
227
+ uses : softprops/action-gh-release@v2
228
228
env :
229
229
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
230
230
GITHUB_REPOSITORY : ${{ github.repository }}
0 commit comments