37
37
cibw_python : ["cp311", "cp312", "cp313", "cp313t", "cp314", "cp314t"]
38
38
cibw_arch : ["x86_64"]
39
39
steps :
40
- - uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
40
+ - uses : actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # v4.1.2
41
41
with :
42
42
fetch-depth : 0
43
43
- uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0
46
46
python-version : " 3.12"
47
47
48
48
- name : Build the wheel
49
- uses : pypa/cibuildwheel@9e4e50bd76b3190f55304387e333f6234823ea9b # v3.1.2
49
+ uses : pypa/cibuildwheel@c923d83ad9c1bc00211c5041d0c3f73294ff88f6 # v3.1.4
50
50
with :
51
51
output-dir : dist
52
52
env :
69
69
cibw_python : ["cp311", "cp312", "cp313", "cp313t", "cp314", "cp314t"]
70
70
cibw_arch : ["aarch64"]
71
71
steps :
72
- - uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
72
+ - uses : actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # v4.1.2
73
73
with :
74
74
fetch-depth : 0
75
75
- uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0
78
78
python-version : " 3.12"
79
79
80
80
- name : Build the wheel
81
- uses : pypa/cibuildwheel@9e4e50bd76b3190f55304387e333f6234823ea9b # v3.1.2
81
+ uses : pypa/cibuildwheel@c923d83ad9c1bc00211c5041d0c3f73294ff88f6 # v3.1.4
82
82
with :
83
83
output-dir : dist
84
84
env :
@@ -106,7 +106,7 @@ jobs:
106
106
- os : macos-13
107
107
cibw_arch : " arm64"
108
108
steps :
109
- - uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
109
+ - uses : actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # v4.1.2
110
110
with :
111
111
fetch-depth : 0
112
112
@@ -117,7 +117,7 @@ jobs:
117
117
118
118
- name : Build wheels for CPython (macOS) (x86_64)
119
119
if : matrix.cibw_arch == 'x86_64'
120
- uses : pypa/cibuildwheel@9e4e50bd76b3190f55304387e333f6234823ea9b # v3.1.2
120
+ uses : pypa/cibuildwheel@c923d83ad9c1bc00211c5041d0c3f73294ff88f6 # v3.1.4
121
121
with :
122
122
output-dir : dist
123
123
env :
@@ -127,7 +127,7 @@ jobs:
127
127
128
128
- name : Build wheels for CPython (macOS) (arm64)
129
129
if : matrix.cibw_arch == 'arm64'
130
- uses : pypa/cibuildwheel@9e4e50bd76b3190f55304387e333f6234823ea9b # v3.1.2
130
+ uses : pypa/cibuildwheel@c923d83ad9c1bc00211c5041d0c3f73294ff88f6 # v3.1.4
131
131
with :
132
132
output-dir : dist
133
133
env :
@@ -158,7 +158,7 @@ jobs:
158
158
- os : windows-11-arm
159
159
cibw_arch : AMD64
160
160
steps :
161
- - uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
161
+ - uses : actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # v4.1.2
162
162
with :
163
163
fetch-depth : 0
164
164
@@ -186,7 +186,7 @@ jobs:
186
186
architecture : arm64
187
187
188
188
- name : Build Windows wheels for CPython
189
- uses : pypa/cibuildwheel@9e4e50bd76b3190f55304387e333f6234823ea9b # v3.1.2
189
+ uses : pypa/cibuildwheel@c923d83ad9c1bc00211c5041d0c3f73294ff88f6 # v3.1.4
190
190
with :
191
191
output-dir : dist
192
192
env :
@@ -213,7 +213,7 @@ jobs:
213
213
if : github.repository == 'PyWavelets/pywt' && startsWith(github.ref, 'refs/tags/v')
214
214
runs-on : ubuntu-latest
215
215
steps :
216
- - uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
216
+ - uses : actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # v4.1.2
217
217
with :
218
218
fetch-depth : 0
219
219
@@ -228,7 +228,7 @@ jobs:
228
228
pip install twine
229
229
pip install cython numpy build
230
230
231
- - uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3 .0
231
+ - uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0 .0
232
232
id : download
233
233
with :
234
234
pattern : " wheels_*"
@@ -271,11 +271,11 @@ jobs:
271
271
(github.event_name == 'schedule')
272
272
runs-on : ubuntu-latest
273
273
steps :
274
- - uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
274
+ - uses : actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # v4.1.2
275
275
with :
276
276
fetch-depth : 0
277
277
278
- - uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3 .0
278
+ - uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0 .0
279
279
id : download
280
280
with :
281
281
pattern : " wheels_*"
0 commit comments