File tree Expand file tree Collapse file tree 1 file changed +12
-28
lines changed Expand file tree Collapse file tree 1 file changed +12
-28
lines changed Original file line number Diff line number Diff line change @@ -15,15 +15,11 @@ jobs:
15
15
name : Ubuntu 22.04 x86_64
16
16
runs-on : ubuntu-22.04
17
17
steps :
18
- - uses : actions/checkout@v1
18
+ - uses : actions/checkout@v4
19
19
with :
20
20
submodules : recursive
21
-
22
- - name : Get tags
23
- run : |
24
- git fetch --tags
25
- echo $?
26
- git tag --list
21
+ tags : true
22
+ fetch-depth : 0
27
23
28
24
- name : Install pip
29
25
run : sudo apt-get install -y python3-pip
@@ -91,15 +87,11 @@ jobs:
91
87
pypi_arch : manylinux2014_aarch64
92
88
93
89
steps :
94
- - uses : actions/checkout@v1
90
+ - uses : actions/checkout@v4
95
91
with :
96
92
submodules : recursive
97
-
98
- - name : Get tags
99
- run : |
100
- git fetch --tags
101
- echo $?
102
- git tag --list
93
+ tags : true
94
+ fetch-depth : 0
103
95
104
96
- name : Install pip
105
97
run : sudo apt-get install -y python3-pip
@@ -142,15 +134,11 @@ jobs:
142
134
wheel_arch : 11_0_arm64
143
135
runs_on : macos-14
144
136
steps :
145
- - uses : actions/checkout@v1
137
+ - uses : actions/checkout@v4
146
138
with :
147
139
submodules : recursive
148
-
149
- - name : Get tags
150
- run : |
151
- git fetch --tags
152
- echo $?
153
- git tag --list
140
+ tags : true
141
+ fetch-depth : 0
154
142
155
143
- name : Set up Python
156
144
uses : actions/setup-python@v5
@@ -197,15 +185,11 @@ jobs:
197
185
wheel_arch : win_amd64
198
186
199
187
steps :
200
- - uses : actions/checkout@v1
188
+ - uses : actions/checkout@v4
201
189
with :
202
190
submodules : recursive
203
-
204
- - name : Get tags
205
- run : |
206
- git fetch --tags
207
- echo $?
208
- git tag --list
191
+ tags : true
192
+ fetch-depth : 0
209
193
210
194
- name : Set up Python
211
195
uses : actions/setup-python@v5
You can’t perform that action at this time.
0 commit comments