File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 17
17
steps :
18
18
- uses : actions/checkout@v4
19
19
- name : Build wheels
20
- uses : pypa/cibuildwheel@v2.15 .0
21
- - uses : actions/upload-artifact@v3
20
+ uses : pypa/cibuildwheel@v2.20 .0
21
+ - uses : actions/upload-artifact@v4
22
22
with :
23
23
path : ./wheelhouse/*.whl
24
24
29
29
- uses : actions/checkout@v4
30
30
- name : Build sdist
31
31
run : pipx run build --sdist
32
- - uses : actions/upload-artifact@v3
32
+ - uses : actions/upload-artifact@v4
33
33
with :
34
34
path : dist/*.tar.gz
35
35
42
42
id-token : write
43
43
if : github.event_name == 'release' && github.event.action == 'published'
44
44
steps :
45
- - uses : actions/download-artifact@v3
45
+ - uses : actions/download-artifact@v4
46
46
with :
47
47
name : artifact
48
48
path : dist
60
60
id-token : write
61
61
if : github.event_name == 'release' && github.event.action == 'published'
62
62
steps :
63
- - uses : actions/download-artifact@v3
63
+ - uses : actions/download-artifact@v4
64
64
with :
65
65
name : artifact
66
66
path : dist
You can’t perform that action at this time.
0 commit comments