36
36
run : |
37
37
pip install dist/${{ env.PACKAGE_NAME }}-*.tar.gz --force-reinstall
38
38
- name : Upload sdist
39
- uses : actions/upload-artifact@v2
39
+ uses : actions/upload-artifact@v3
40
40
with :
41
41
name : dist
42
42
path : dist
59
59
run : |
60
60
pip install dist/${{ env.PACKAGE_NAME }}-*.whl --force-reinstall
61
61
- name : Upload wheels
62
- uses : actions/upload-artifact@v2
62
+ uses : actions/upload-artifact@v3
63
63
with :
64
64
name : dist
65
65
path : dist
81
81
run : |
82
82
pip install dist/${{ env.PACKAGE_NAME }}-*universal2.whl --force-reinstall
83
83
- name : Upload wheels
84
- uses : actions/upload-artifact@v2
84
+ uses : actions/upload-artifact@v3
85
85
with :
86
86
name : dist
87
87
path : dist
@@ -108,7 +108,7 @@ jobs:
108
108
run : |
109
109
python -m pip install dist/${{ env.PACKAGE_NAME }}-*.whl --force-reinstall
110
110
- name : Upload wheels
111
- uses : actions/upload-artifact@v2
111
+ uses : actions/upload-artifact@v3
112
112
with :
113
113
name : dist
114
114
path : dist
@@ -135,7 +135,7 @@ jobs:
135
135
run : |
136
136
pip install dist/${{ env.PACKAGE_NAME }}-*.whl --force-reinstall
137
137
- name : Upload wheels
138
- uses : actions/upload-artifact@v2
138
+ uses : actions/upload-artifact@v3
139
139
with :
140
140
name : dist
141
141
path : dist
@@ -169,7 +169,7 @@ jobs:
169
169
run : |
170
170
pip3 install ${{ env.PACKAGE_NAME }} --no-index --find-links dist/ --force-reinstall
171
171
- name : Upload wheels
172
- uses : actions/upload-artifact@v2
172
+ uses : actions/upload-artifact@v3
173
173
with :
174
174
name : dist
175
175
path : dist
@@ -201,7 +201,7 @@ jobs:
201
201
apk add py3-pip
202
202
pip3 install ${{ env.PACKAGE_NAME }} --no-index --find-links /io/dist/ --force-reinstall --break-system-packages
203
203
- name : Upload wheels
204
- uses : actions/upload-artifact@v2
204
+ uses : actions/upload-artifact@v3
205
205
with :
206
206
name : dist
207
207
path : dist
@@ -237,7 +237,7 @@ jobs:
237
237
run : |
238
238
pip3 install ${{ env.PACKAGE_NAME }} --no-index --find-links dist/ --force-reinstall --break-system-packages
239
239
- name : Upload wheels
240
- uses : actions/upload-artifact@v2
240
+ uses : actions/upload-artifact@v3
241
241
with :
242
242
name : dist
243
243
path : dist
@@ -272,7 +272,7 @@ jobs:
272
272
run : |
273
273
pip install dist/${{ env.PACKAGE_NAME }}-*.whl --force-reinstall
274
274
- name : Upload wheels
275
- uses : actions/upload-artifact@v2
275
+ uses : actions/upload-artifact@v3
276
276
with :
277
277
name : dist
278
278
path : dist
0 commit comments