File tree 1 file changed +7
-12
lines changed
1 file changed +7
-12
lines changed Original file line number Diff line number Diff line change 30
30
steps :
31
31
- uses : actions/checkout@v4
32
32
33
- # - uses: actions/download-artifact@v3
34
- # if: ${{ matrix.os == 'windows-latest' }}
35
- # with:
36
- # name: launchers
37
- # path: launcher
38
-
39
- - uses : actions/setup-python@v4
33
+ - uses : actions/setup-python@v5
40
34
with :
41
35
python-version : 3.11
42
36
@@ -49,10 +43,10 @@ jobs:
49
43
env :
50
44
PYTHON_PLAT_NAME : ${{ matrix.arch }}
51
45
52
- - uses : actions/upload-artifact@v3
46
+ - uses : actions/upload-artifact@v4
53
47
with :
54
48
path : dist
55
- name : wheels
49
+ name : wheels-${{ matrix.arch }}
56
50
57
51
- uses : ilammy/msvc-dev-cmd@v1
58
52
if : ${{ matrix.os == 'windows-latest' }}
@@ -85,13 +79,14 @@ jobs:
85
79
steps :
86
80
- uses : actions/checkout@v4
87
81
88
- - uses : actions/setup-python@v4
82
+ - uses : actions/setup-python@v5
89
83
with :
90
84
python-version : 3.11
91
85
92
- - uses : actions/download-artifact@v3
86
+ - uses : actions/download-artifact@v4
93
87
with :
94
- name : wheels
88
+ pattern : ' wheels-*'
89
+ merge-multiple : true
95
90
path : wheels
96
91
97
92
- name : Install wheel
You can’t perform that action at this time.
0 commit comments