37
37
mkdir -p dist/
38
38
echo "${VERSION}" > dist/VERSION
39
39
40
- - uses : actions/upload-artifact@v3
40
+ - uses : actions/upload-artifact@v4
41
41
with :
42
42
name : dist
43
43
path : dist/
56
56
submodules : true
57
57
58
58
- name : Set up Python
59
- uses : actions/setup-python@v4
59
+ uses : actions/setup-python@v5
60
60
with :
61
61
python-version : " 3.x"
62
62
65
65
pip install -U setuptools wheel pip
66
66
python setup.py sdist
67
67
68
- - uses : actions/upload-artifact@v3
68
+ - uses : actions/upload-artifact@v4
69
69
with :
70
70
name : dist
71
71
path : dist/*.tar.*
@@ -77,10 +77,10 @@ jobs:
77
77
include : ${{ steps.set-matrix.outputs.include }}
78
78
steps :
79
79
- uses : actions/checkout@v4
80
- - uses : actions/setup-python@v4
80
+ - uses : actions/setup-python@v5
81
81
with :
82
82
python-version : " 3.x"
83
- - run : pip install cibuildwheel==2.16.2
83
+ - run : pip install cibuildwheel==2.21.3
84
84
- id : set-matrix
85
85
run : |
86
86
MATRIX_INCLUDE=$(
@@ -119,13 +119,13 @@ jobs:
119
119
if : runner.os == 'Linux'
120
120
uses : docker/setup-qemu-action@v2
121
121
122
- - uses : pypa/cibuildwheel@fff9ec32ed25a9c576750c91e06b410ed0c15db7 # v2.16.2
122
+ - uses : pypa/cibuildwheel@7940a4c0e76eb2030e473a5f864f291f63ee879b # v2.21.3
123
123
with :
124
124
only : ${{ matrix.only }}
125
125
env :
126
126
CIBW_BUILD_VERBOSITY : 1
127
127
128
- - uses : actions/upload-artifact@v3
128
+ - uses : actions/upload-artifact@v4
129
129
with :
130
130
name : dist
131
131
path : wheelhouse/*.whl
@@ -145,7 +145,7 @@ jobs:
145
145
submodules : true
146
146
147
147
- name : Set up Python
148
- uses : actions/setup-python@v4
148
+ uses : actions/setup-python@v5
149
149
with :
150
150
python-version : " 3.x"
151
151
@@ -186,7 +186,7 @@ jobs:
186
186
fetch-depth : 5
187
187
submodules : false
188
188
189
- - uses : actions/download-artifact@v4.1.7
189
+ - uses : actions/download-artifact@v4
190
190
with :
191
191
name : dist
192
192
path : dist/
0 commit comments