Commit 6b459ca Денис Петров
committed
1 parent 4a50dd4 commit 6b459ca Copy full SHA for 6b459ca
File tree 1 file changed +6
-3
lines changed
1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -27,10 +27,11 @@ jobs:
27
27
run : ls wheelhouse/Linux
28
28
29
29
- name : Upload artifacts
30
- uses : actions/upload-artifact@v3
30
+ uses : actions/upload-artifact@v4
31
31
with :
32
32
name : wheels
33
33
path : wheelhouse/*/*.whl
34
+ overwrite : true
34
35
35
36
windows-build :
36
37
name : Build wheel for windows
@@ -52,10 +53,11 @@ jobs:
52
53
ls wheelhouse/Windows
53
54
54
55
- name : Upload artifacts
55
- uses : actions/upload-artifact@v3
56
+ uses : actions/upload-artifact@v4
56
57
with :
57
58
name : wheels
58
59
path : wheelhouse/*/*.whl
60
+ overwrite : true
59
61
60
62
osx-build :
61
63
name : Build wheel for osx
@@ -87,10 +89,11 @@ jobs:
87
89
88
90
89
91
- name : Upload artifacts
90
- uses : actions/upload-artifact@v3
92
+ uses : actions/upload-artifact@v4
91
93
with :
92
94
name : wheels
93
95
path : wheelhouse/*/*.whl
96
+ overwrite : true
94
97
95
98
96
99
test-wheels-86_64 :
You can’t perform that action at this time.
0 commit comments